#CCA2AC

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

Shades of Careys Pink #CCA2AC

Tints of Careys Pink #CCA2AC

Color information

#CCA2AC (or 0xCCA2AC) is unknown color: approx Careys Pink. HEX triplet: CC, A2 and AC. RGB value is (204,162,172). Sum of RGB (Red+Green+Blue) = 204+162+172=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 162 (63.67% from 255 or 30.11% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA2AC is #335D53. Grayscale: #AFAFAF. Windows color (decimal): -3366228 or 11313868. OLE color: 11313868.

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

Color convert

RGB204162172-
CMYK00.210.160.2
HSL345.71º29.17%71.76%-
HSV(B)345.71º20.59%80%-
XYZ45.2741.6644.68-
YUV175.7125.91148.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.92%
GREEN value IS 162 (63.67% from 255) = 30.11%
BLUE value IS 172 (67.58% from 255) = 31.97%
R=37.92%
G=30.11%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416217200.210.160.2345.7129.1771.76
HexCCA2AC015101415a1d48
Octal314242254025202453235110
Binary1100110010100010101011000101011000010100101011010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA2AC; }

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

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

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

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

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

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

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

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