Color Hex Logo

#caa0ab Color Hex

#CAA0AB
(202,160,171)
0 Favorites   0 Comments

Color spaces of #caa0ab

RGB 202160171
HSL0.960.280.71
HSV344°21°79°
CMYK 0.000.210.15   0.21
XYZ44.278640.638444.0383
Yxy40.63840.34340.3151
Hunter Lab63.748312.42403.6653
CIE-Lab69.921817.25150.2347

#caa0ab color RGB value is (202,160,171).

#caa0ab hex color red value is 202, green value is 160 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #caa0ab hue: 0.96 , saturation: 0.28 and the lightness value of caa0ab is 0.71.

The process color (four color CMYK) of #caa0ab color hex is 0.00, 0.21, 0.15, 0.21. Web safe color of #caa0ab is #cc9999. Color #caa0ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100000 10101011
Octal 312 240 253
Decimal 202 160 171
Hex CA A0 AB

RGB Percentages of Color #caa0ab

%37.90
%30.02
%32.08

CMYK Percentages of Color #caa0ab

%0
%21
%15
%21

Triadic Colors of #caa0ab

#caa0ab #abcaa0 #a0abca

Analogous Colors of #caa0ab

#caa0ab #caaaa0 #caa0c0

Monochromatic Colors of #caa0ab

#caa0ab

Complementary Color

#caa0ab #a0cabf

#caa0ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa0ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa0ab Color CSS Codes

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

#caa0ab Text Font Color

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

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


#caa0ab Background Color

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

This div background color is #caa0ab


#caa0ab Border Color

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

This div border color is #caa0ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa0ab


Comments

No comments written yet.

Please login to write comment.