#CAA5A8

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

Shades of Careys Pink #CAA5A8

Tints of Careys Pink #CAA5A8

Color information

#CAA5A8 (or 0xCAA5A8) is unknown color: approx Careys Pink. HEX triplet: CA, A5 and A8. RGB value is (202,165,168). Sum of RGB (Red+Green+Blue) = 202+165+168=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 165 (64.84% from 255 or 30.84% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA5A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA5A8 is #355A57. Grayscale: #B0B0B0. Windows color (decimal): -3496536 or 11052490. OLE color: 11052490.

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

Color convert

RGB202165168-
CMYK00.180.170.21
HSL355.14º25.87%71.96%-
HSV(B)355.14º18.32%79.22%-
XYZ44.8842.2942.84-
YUV176.4123.26146.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.76%
GREEN value IS 165 (64.84% from 255) = 30.84%
BLUE value IS 168 (66.02% from 255) = 31.40%
R=37.76%
G=30.84%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216516800.180.170.21355.1425.8771.96
HexCAA5A801211151631a48
Octal312245250022212554332110
Binary1100101010100101101010000100101000110101101100011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA5A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA5A8; }

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

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

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

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

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

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

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

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