#CAA0A6

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

Shades of Careys Pink #CAA0A6

Tints of Careys Pink #CAA0A6

Color information

#CAA0A6 (or 0xCAA0A6) is unknown color: approx Careys Pink. HEX triplet: CA, A0 and A6. RGB value is (202,160,166). Sum of RGB (Red+Green+Blue) = 202+160+166=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 166 (65.23% from 255 or 31.44% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA0A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAA0A6 is #355F59. Grayscale: #ADADAD. Windows color (decimal): -3497818 or 10920138. OLE color: 10920138.

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

Color convert

RGB202160166-
CMYK00.210.180.21
HSL351.43º28.38%70.98%-
HSV(B)351.43º20.79%79.22%-
XYZ43.8140.4541.58-
YUV173.24123.91148.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.26%
GREEN value IS 160 (62.89% from 255) = 30.30%
BLUE value IS 166 (65.23% from 255) = 31.44%
R=38.26%
G=30.30%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20216016600.210.180.21351.4328.3870.98
HexCAA0A6015121515f1c47
Octal312240246025222553734107
Binary1100101010100000101001100101011001010101101011111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAA0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAA0A6; }

 p { color: rgb(202,160,166); }

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

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

 a { background-color: rgb(202,160,166); }

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

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

 span { border-color: rgb(202,160,166); }

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