Color Hex Logo

#ca955c Color Hex

#CA955C
(202,149,92)
0 Favorites   0 Comments

Color spaces of #ca955c

RGB 20214992
HSL0.090.510.58
HSV31°54°79°
CMYK 0.000.260.54   0.21
XYZ37.036334.824214.8949
Yxy34.82420.42690.4014
Hunter Lab59.01208.756626.3434
CIE-Lab65.611613.427937.6577

#ca955c color RGB value is (202,149,92).

#ca955c hex color red value is 202, green value is 149 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ca955c hue: 0.09 , saturation: 0.51 and the lightness value of ca955c is 0.58.

The process color (four color CMYK) of #ca955c color hex is 0.00, 0.26, 0.54, 0.21. Web safe color of #ca955c is #cc9966. Color #ca955c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010101 01011100
Octal 312 225 134
Decimal 202 149 92
Hex CA 95 5C

RGB Percentages of Color #ca955c

%45.60
%33.63
%20.77

CMYK Percentages of Color #ca955c

%0
%26
%54
%21

Triadic Colors of #ca955c

#ca955c #5cca95 #955cca

Analogous Colors of #ca955c

#ca955c #c8ca5c #ca5e5c

Monochromatic Colors of #ca955c

#ca955c

Complementary Color

#ca955c #5c91ca

#ca955c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca955c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca955c Color CSS Codes

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

#ca955c Text Font Color

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

This sample text font color is #ca955c
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.


#ca955c Background Color

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

This div background color is #ca955c


#ca955c Border Color

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

This div border color is #ca955c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca955c


Comments

No comments written yet.

Please login to write comment.