Color Hex Logo

#ca996c Color Hex

#CA996C
(202,153,108)
0 Favorites   0 Comments

Color spaces of #ca996c

RGB 202153108
HSL0.080.470.61
HSV29°47°79°
CMYK 0.000.240.47   0.21
XYZ38.455136.421719.1906
Yxy36.42170.40880.3872
Hunter Lab60.35048.126523.3919
CIE-Lab66.840912.734330.6946

#ca996c color RGB value is (202,153,108).

#ca996c hex color red value is 202, green value is 153 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ca996c hue: 0.08 , saturation: 0.47 and the lightness value of ca996c is 0.61.

The process color (four color CMYK) of #ca996c color hex is 0.00, 0.24, 0.47, 0.21. Web safe color of #ca996c is #cc9966. Color #ca996c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10011001 01101100
Octal 312 231 154
Decimal 202 153 108
Hex CA 99 6C

RGB Percentages of Color #ca996c

%43.63
%33.05
%23.33

CMYK Percentages of Color #ca996c

%0
%24
%47
%21

Triadic Colors of #ca996c

#ca996c #6cca99 #996cca

Analogous Colors of #ca996c

#ca996c #cac86c #ca6c6e

Monochromatic Colors of #ca996c

#ca996c

Complementary Color

#ca996c #6c9dca

#ca996c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca996c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca996c Color CSS Codes

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

#ca996c Text Font Color

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

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


#ca996c Background Color

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

This div background color is #ca996c


#ca996c Border Color

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

This div border color is #ca996c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca996c


Comments

No comments written yet.

Please login to write comment.