#CAA8B2

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

Shades of Careys Pink #CAA8B2

Tints of Careys Pink #CAA8B2

Color information

#CAA8B2 (or 0xCAA8B2) is unknown color: approx Careys Pink. HEX triplet: CA, A8 and B2. RGB value is (202,168,178). Sum of RGB (Red+Green+Blue) = 202+168+178=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 168 (66.02% from 255 or 30.66% from 548); Blue value is 178 (69.92% from 255 or 32.48% from 548); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA8B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA8B2 is #35574D. Grayscale: #B3B3B3. Windows color (decimal): -3495758 or 11708618. OLE color: 11708618.

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

Color convert

RGB202168178-
CMYK00.170.120.21
HSL342.35º24.29%72.55%-
HSV(B)342.35º16.83%79.22%-
XYZ46.443.7848.12-
YUV179.31127.26144.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.86%
GREEN value IS 168 (66.02% from 255) = 30.66%
BLUE value IS 178 (69.92% from 255) = 32.48%
R=36.86%
G=30.66%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216817800.170.120.21342.3524.2972.55
HexCAA8B2011C151561849
Octal312250262021142552630111
Binary110010101010100010110010010001110010101101010110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA8B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA8B2; }

 p { color: rgb(202,168,178); }

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

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

 a { background-color: rgb(202,168,178); }

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

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

 span { border-color: rgb(202,168,178); }

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