#CAA0AB

Color #CAA0AB Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #CAA0AB

Tints of Careys Pink #CAA0AB

Color information

#CAA0AB (or 0xCAA0AB) is unknown color: approx Careys Pink. HEX triplet: CA, A0 and AB. RGB value is (202,160,171). Sum of RGB (Red+Green+Blue) = 202+160+171=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA0AB is #355F54. Grayscale: #ADADAD. Windows color (decimal): -3497813 or 11247818. OLE color: 11247818.

HSL color Cylindrical-coordinate representation of color #CAA0AB: hue angle of 344.29º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAA0AB is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB202160171-
CMYK00.210.150.21
HSL344.29º28.38%70.98%-
HSV(B)344.29º20.79%79.22%-
XYZ44.2840.6444.04-
YUV173.81126.41148.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 37.90%
GREEN value IS 160 (62.89% from 255) = 30.02%
BLUE value IS 171 (67.19% from 255) = 32.08%
R=37.90%
G=30.02%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216017100.210.150.21344.2928.3870.98
HexCAA0AB015F151581c47
Octal312240253025172553034107
Binary110010101010000010101011010101111110101101011000111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA0AB; }

 p { color: rgb(202,160,171); }

 H1.HeaderClassName
 {
   color: #CAA0AB;
 }
 .AnyTagClassName
 {
   color: #CAA0AB;
 }
</style>
background-color css

<style>
 a { background-color: #CAA0AB; }

 a { background-color: rgb(202,160,171); }

 div.DivClassName
 {
   background-color: #CAA0AB;
 }
 .BgClassName
 {
   background-color: #CAA0AB;
 }
</style>
border-color css

<style>
 span { border-color: #CAA0AB; }

 span { border-color: rgb(202,160,171); }

 td.TdClassName
 {
   border-color: #CAA0AB;
 }
 .TagClassName
 {
   border-color: #CAA0AB;
 }
</style>