#CAA9AB

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

Shades of Careys Pink #CAA9AB

Tints of Careys Pink #CAA9AB

Color information

#CAA9AB (or 0xCAA9AB) is unknown color: approx Careys Pink. HEX triplet: CA, A9 and AB. RGB value is (202,169,171). Sum of RGB (Red+Green+Blue) = 202+169+171=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA9AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA9AB is #355654. Grayscale: #B3B3B3. Windows color (decimal): -3495509 or 11250122. OLE color: 11250122.

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

Color convert

RGB202169171-
CMYK00.160.150.21
HSL356.36º23.74%72.75%-
HSV(B)356.36º16.34%79.22%-
XYZ45.943.8744.58-
YUV179.1123.43144.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.27%
GREEN value IS 169 (66.41% from 255) = 31.18%
BLUE value IS 171 (67.19% from 255) = 31.55%
R=37.27%
G=31.18%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216917100.160.150.21356.3623.7472.75
HexCAA9AB010F151641849
Octal312251253020172554430111
Binary110010101010100110101011010000111110101101100100110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA9AB; }

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

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

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

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

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

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

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

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