color codes Logo

#ca834c color codes

#CA834C
(202,131,76)
0 Favorites   0 Comments

Color spaces of #ca834c

RGB 20213176
HSL0.070.540.55
HSV26°62°79°
CMYK 0.000.350.62   0.21
XYZ33.777929.311010.7148
Yxy29.31100.45770.3971
Hunter Lab54.139616.622426.1636
CIE-Lab61.055122.027440.5176

#ca834c color RGB value is (202,131,76).

#ca834c hex color red value is 202, green value is 131 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ca834c hue: 0.07 , saturation: 0.54 and the lightness value of ca834c is 0.55.

The process color (four color CMYK) of #ca834c color code is 0.00, 0.35, 0.62, 0.21. Web safe color of #ca834c is #cc9933. Color #ca834c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10000011 01001100
Octal 312 203 114
Decimal 202 131 76
Hex CA 83 4C

RGB Percentages of Color #ca834c

%49.39
%32.03
%18.58

CMYK Percentages of Color #ca834c

%0
%35
%62
%21

Triadic Colors of #ca834c

#ca834c #4cca83 #834cca

Analogous Colors of #ca834c

#ca834c #cac24c #ca4c54

Monochromatic Colors of #ca834c

#ca834c

Complementary Color

#ca834c #4c93ca

#ca834c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca834c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca834c Color CSS Codes

.mybgcolor {background-color:#ca834c; } 
.myforecolor {color:#ca834c; }
.mybordercolor {border:3px solid #ca834c; }

#ca834c Text Font Color

<p style="color:#ca834c">Text here</p>

This sample text font color is #ca834c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ca834c Background Color

<div style="background-color:#ca834c">
Div content here</div>

This div background color is #ca834c


#ca834c Border Color

<div style="border:3px solid #ca834c">
Div here</div>

This div border color is #ca834c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(202,131,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ca834c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ca834c;
  -webkit-box-shadow: 1px 1px 3px 2px #ca834c;
  box-shadow:         1px 1px 3px 2px #ca834c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,131,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ca834c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ca834c;
  -webkit-box-shadow: 1px 1px 3px 2px #ca834c;
  box-shadow:         1px 1px 3px 2px #ca834c;">
Div content here</div>

This div box has shadow with color #ca834c


Comments

No comments written yet.

Please login to write comment.