Shades of Careys Pink #CCA2AC
Tints of Careys Pink #CCA2AC
RGB
CMYK
RGB Variations
Color information
#CCA2AC (or 0xCCA2AC) is known color: 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
RGB | 204 | 162 | 172 | - |
CMYK | 0 | 0.21 | 0.16 | 0.2 |
HSL | 345.71º | 0.29% | 0.72% | - |
HSV(B) | 345.71º | 0.21% | 0.8% | - |
XYZ | 45.27 | 41.66 | 44.68 | - |
YUV | 175.7 | 125.91 | 148.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 162 | 172 | 0 | 0.21 | 0.16 | 0.2 | 345.71 | 0.29 | 0.72 |
Hex | CC | A2 | AC | 0 | 15 | 10 | 14 | 15A | 1D | 48 |
Octal | 314 | 242 | 254 | 0 | 25 | 20 | 24 | 532 | 35 | 110 |
Binary | 11001100 | 10100010 | 10101100 | 0 | 10101 | 10000 | 10100 | 101011010 | 11101 | 1001000 |
Color Harmonies of #CCA2AC
Complementary color
Monochromatic Colors of #CCA2AC
Black with #CCA2AC
Text Example
Text Example
White with #CCA2AC
Text Example
Text Example
HTML Codes & Css Web 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>