#CAA9AE

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

Shades of Careys Pink #CAA9AE

Tints of Careys Pink #CAA9AE

Color information

#CAA9AE (or 0xCAA9AE) is unknown color: approx Careys Pink. HEX triplet: CA, A9 and AE. RGB value is (202,169,174). Sum of RGB (Red+Green+Blue) = 202+169+174=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA9AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA9AE is #355651. Grayscale: #B3B3B3. Windows color (decimal): -3495506 or 11446730. OLE color: 11446730.

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

Color convert

RGB202169174-
CMYK00.160.140.21
HSL350.91º23.74%72.75%-
HSV(B)350.91º16.34%79.22%-
XYZ46.1943.9946.1-
YUV179.44124.93144.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.06%
GREEN value IS 169 (66.41% from 255) = 31.01%
BLUE value IS 174 (68.36% from 255) = 31.93%
R=37.06%
G=31.01%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216917400.160.140.21350.9123.7472.75
HexCAA9AE010E1515f1849
Octal312251256020162553730111
Binary110010101010100110101110010000111010101101011111110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA9AE; }

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

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

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

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

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

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

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

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