#CAA8AE

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

Shades of Careys Pink #CAA8AE

Tints of Careys Pink #CAA8AE

Color information

#CAA8AE (or 0xCAA8AE) is unknown color: approx Careys Pink. HEX triplet: CA, A8 and AE. RGB value is (202,168,174). Sum of RGB (Red+Green+Blue) = 202+168+174=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA8AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA8AE is #355751. Grayscale: #B2B2B2. Windows color (decimal): -3495762 or 11446474. OLE color: 11446474.

HSL color Cylindrical-coordinate representation of color #CAA8AE: hue angle of 349.41º 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 #CAA8AE is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB202168174-
CMYK00.170.140.21
HSL349.41º24.29%72.55%-
HSV(B)349.41º16.83%79.22%-
XYZ4643.6246.04-
YUV178.85125.26144.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.13%
GREEN value IS 168 (66.02% from 255) = 30.88%
BLUE value IS 174 (68.36% from 255) = 31.99%
R=37.13%
G=30.88%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216817400.170.140.21349.4124.2972.55
HexCAA8AE011E1515d1849
Octal312250256021162553530111
Binary110010101010100010101110010001111010101101011101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA8AE; }

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

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

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

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

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

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

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

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