#CCA2AA

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

Shades of Careys Pink #CCA2AA

Tints of Careys Pink #CCA2AA

Color information

#CCA2AA (or 0xCCA2AA) is unknown color: approx Careys Pink. HEX triplet: CC, A2 and AA. RGB value is (204,162,170). Sum of RGB (Red+Green+Blue) = 204+162+170=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 162 (63.67% from 255 or 30.22% from 536); Blue value is 170 (66.80% from 255 or 31.72% from 536); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA2AA is #335D55. Grayscale: #AFAFAF. Windows color (decimal): -3366230 or 11182796. OLE color: 11182796.

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

Color convert

RGB204162170-
CMYK00.210.170.2
HSL348.57º29.17%71.76%-
HSV(B)348.57º20.59%80%-
XYZ45.0841.5843.68-
YUV175.47124.91148.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.06%
GREEN value IS 162 (63.67% from 255) = 30.22%
BLUE value IS 170 (66.80% from 255) = 31.72%
R=38.06%
G=30.22%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416217000.210.170.2348.5729.1771.76
HexCCA2AA015111415d1d48
Octal314242252025212453535110
Binary1100110010100010101010100101011000110100101011101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA2AA; }

 p { color: rgb(204,162,170); }

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

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

 a { background-color: rgb(204,162,170); }

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

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

 span { border-color: rgb(204,162,170); }

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