#CAA9AA

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

Shades of Careys Pink #CAA9AA

Tints of Careys Pink #CAA9AA

Color information

#CAA9AA (or 0xCAA9AA) is unknown color: approx Careys Pink. HEX triplet: CA, A9 and AA. RGB value is (202,169,170). Sum of RGB (Red+Green+Blue) = 202+169+170=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 169 (66.41% from 255 or 31.24% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA9AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA9AA is #355655. Grayscale: #B3B3B3. Windows color (decimal): -3495510 or 11184586. OLE color: 11184586.

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

Color convert

RGB202169170-
CMYK00.160.160.21
HSL358.18º23.74%72.75%-
HSV(B)358.18º16.34%79.22%-
XYZ45.843.8344.08-
YUV178.98122.93144.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.34%
GREEN value IS 169 (66.41% from 255) = 31.24%
BLUE value IS 170 (66.80% from 255) = 31.42%
R=37.34%
G=31.24%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216917000.160.160.21358.1823.7472.75
HexCAA9AA01010151661849
Octal312251252020202554630111
Binary1100101010101001101010100100001000010101101100110110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA9AA; }

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

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

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

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

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

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

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

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