Shades of Careys Pink #CCA2AA
Tints of Careys Pink #CCA2AA
RGB
CMYK
RGB Variations
Color information
#CCA2AA (or 0xCCA2AA) is known color: 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
RGB | 204 | 162 | 170 | - |
CMYK | 0 | 0.21 | 0.17 | 0.2 |
HSL | 348.57º | 0.29% | 0.72% | - |
HSV(B) | 348.57º | 0.21% | 0.8% | - |
XYZ | 45.08 | 41.58 | 43.68 | - |
YUV | 175.47 | 124.91 | 148.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 162 | 170 | 0 | 0.21 | 0.17 | 0.2 | 348.57 | 0.29 | 0.72 |
Hex | CC | A2 | AA | 0 | 15 | 11 | 14 | 15D | 1D | 48 |
Octal | 314 | 242 | 252 | 0 | 25 | 21 | 24 | 535 | 35 | 110 |
Binary | 11001100 | 10100010 | 10101010 | 0 | 10101 | 10001 | 10100 | 101011101 | 11101 | 1001000 |
Color Harmonies of #CCA2AA
Complementary color
Monochromatic Colors of #CCA2AA
Black with #CCA2AA
Text Example
Text Example
White with #CCA2AA
Text Example
Text Example
HTML Codes & Css Web 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>