#CCA0A9

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

Shades of Careys Pink #CCA0A9

Tints of Careys Pink #CCA0A9

Color information

#CCA0A9 (or 0xCCA0A9) is unknown color: approx Careys Pink. HEX triplet: CC, A0 and A9. RGB value is (204,160,169). Sum of RGB (Red+Green+Blue) = 204+160+169=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 160 (62.89% from 255 or 30.02% from 533); Blue value is 169 (66.41% from 255 or 31.71% from 533); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA0A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA0A9 is #335F56. Grayscale: #AEAEAE. Windows color (decimal): -3366743 or 11116748. OLE color: 11116748.

HSL color Cylindrical-coordinate representation of color #CCA0A9: hue angle of 347.73º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCA0A9 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB204160169-
CMYK00.220.170.2
HSL347.73º30.14%71.37%-
HSV(B)347.73º21.57%80%-
XYZ44.6340.8443.07-
YUV174.18125.08149.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.27%
GREEN value IS 160 (62.89% from 255) = 30.02%
BLUE value IS 169 (66.41% from 255) = 31.71%
R=38.27%
G=30.02%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416016900.220.170.2347.7330.1471.37
HexCCA0A9016111415c1e47
Octal314240251026212453436107
Binary1100110010100000101010010101101000110100101011100111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA0A9; }

 p { color: rgb(204,160,169); }

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

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

 a { background-color: rgb(204,160,169); }

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

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

 span { border-color: rgb(204,160,169); }

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