Shades of Careys Pink #CCA8AF
Tints of Careys Pink #CCA8AF
RGB
CMYK
RGB Variations
Color information
#CCA8AF (or 0xCCA8AF) is known color: Careys Pink. HEX triplet: CC, A8 and AF. RGB value is (204,168,175). Sum of RGB (Red+Green+Blue) = 204+168+175=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 168 (66.02% from 255 or 30.71% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA8AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA8AF is #335750. Grayscale: #B3B3B3. Windows color (decimal): -3364689 or 11512012. OLE color: 11512012.
HSL color Cylindrical-coordinate representation of color #CCA8AF: hue angle of 348.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCA8AF is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 168 | 175 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.2 |
| HSL | 348.33º | 0.26% | 0.73% | - |
| HSV(B) | 348.33º | 0.18% | 0.8% | - |
| XYZ | 46.64 | 43.94 | 46.58 | - |
| YUV | 179.56 | 125.43 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 168 | 175 | 0 | 0.18 | 0.14 | 0.2 | 348.33 | 0.26 | 0.73 |
| Hex | CC | A8 | AF | 0 | 12 | E | 14 | 15C | 1A | 49 |
| Octal | 314 | 250 | 257 | 0 | 22 | 16 | 24 | 534 | 32 | 111 |
| Binary | 11001100 | 10101000 | 10101111 | 0 | 10010 | 1110 | 10100 | 101011100 | 11010 | 1001001 |
Color Harmonies of #CCA8AF
Complementary color
Monochromatic Colors of #CCA8AF
Black with #CCA8AF
Text Example
Text Example
White with #CCA8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA8AF; }
p { color: rgb(204,168,175); }
H1.HeaderClassName
{
color: #CCA8AF;
}
.AnyTagClassName
{
color: #CCA8AF;
}
</style>
background-color css
<style>
a { background-color: #CCA8AF; }
a { background-color: rgb(204,168,175); }
div.DivClassName
{
background-color: #CCA8AF;
}
.BgClassName
{
background-color: #CCA8AF;
}
</style>
border-color css
<style>
span { border-color: #CCA8AF; }
span { border-color: rgb(204,168,175); }
td.TdClassName
{
border-color: #CCA8AF;
}
.TagClassName
{
border-color: #CCA8AF;
}
</style>