Shades of Careys Pink #CCA2AF
Tints of Careys Pink #CCA2AF
RGB
CMYK
RGB Variations
Color information
#CCA2AF (or 0xCCA2AF) is known color: Careys Pink. HEX triplet: CC, A2 and AF. RGB value is (204,162,175). Sum of RGB (Red+Green+Blue) = 204+162+175=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 162 (63.67% from 255 or 29.94% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA2AF is #335D50. Grayscale: #B0B0B0. Windows color (decimal): -3366225 or 11510476. OLE color: 11510476.
HSL color Cylindrical-coordinate representation of color #CCA2AF: hue angle of 341.43º 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 #CCA2AF is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 162 | 175 | - |
CMYK | 0 | 0.21 | 0.14 | 0.2 |
HSL | 341.43º | 0.29% | 0.72% | - |
HSV(B) | 341.43º | 0.21% | 0.8% | - |
XYZ | 45.56 | 41.77 | 46.22 | - |
YUV | 176.04 | 127.41 | 147.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 162 | 175 | 0 | 0.21 | 0.14 | 0.2 | 341.43 | 0.29 | 0.72 |
Hex | CC | A2 | AF | 0 | 15 | E | 14 | 155 | 1D | 48 |
Octal | 314 | 242 | 257 | 0 | 25 | 16 | 24 | 525 | 35 | 110 |
Binary | 11001100 | 10100010 | 10101111 | 0 | 10101 | 1110 | 10100 | 101010101 | 11101 | 1001000 |
Color Harmonies of #CCA2AF
Complementary color
Monochromatic Colors of #CCA2AF
Black with #CCA2AF
Text Example
Text Example
White with #CCA2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA2AF; }
p { color: rgb(204,162,175); }
H1.HeaderClassName
{
color: #CCA2AF;
}
.AnyTagClassName
{
color: #CCA2AF;
}
</style>
background-color css
<style>
a { background-color: #CCA2AF; }
a { background-color: rgb(204,162,175); }
div.DivClassName
{
background-color: #CCA2AF;
}
.BgClassName
{
background-color: #CCA2AF;
}
</style>
border-color css
<style>
span { border-color: #CCA2AF; }
span { border-color: rgb(204,162,175); }
td.TdClassName
{
border-color: #CCA2AF;
}
.TagClassName
{
border-color: #CCA2AF;
}
</style>