Shades of Careys Pink #CC9DA8
Tints of Careys Pink #CC9DA8
RGB
CMYK
RGB Variations
Color information
#CC9DA8 (or 0xCC9DA8) is known color: Careys Pink. HEX triplet: CC, 9D and A8. RGB value is (204,157,168). Sum of RGB (Red+Green+Blue) = 204+157+168=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 168 (66.02% from 255 or 31.76% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9DA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9DA8 is #336257. Grayscale: #ACACAC. Windows color (decimal): -3367512 or 11050444. OLE color: 11050444.
HSL color Cylindrical-coordinate representation of color #CC9DA8: hue angle of 345.96º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CC9DA8 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 157 | 168 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.2 |
| HSL | 345.96º | 0.32% | 0.71% | - |
| HSV(B) | 345.96º | 0.23% | 0.8% | - |
| XYZ | 44.03 | 39.78 | 42.4 | - |
| YUV | 172.31 | 125.57 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 157 | 168 | 0 | 0.23 | 0.18 | 0.2 | 345.96 | 0.32 | 0.71 |
| Hex | CC | 9D | A8 | 0 | 17 | 12 | 14 | 15A | 20 | 47 |
| Octal | 314 | 235 | 250 | 0 | 27 | 22 | 24 | 532 | 40 | 107 |
| Binary | 11001100 | 10011101 | 10101000 | 0 | 10111 | 10010 | 10100 | 101011010 | 100000 | 1000111 |
Color Harmonies of #CC9DA8
Complementary color
Monochromatic Colors of #CC9DA8
Black with #CC9DA8
Text Example
Text Example
White with #CC9DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9DA8; }
p { color: rgb(204,157,168); }
H1.HeaderClassName
{
color: #CC9DA8;
}
.AnyTagClassName
{
color: #CC9DA8;
}
</style>
background-color css
<style>
a { background-color: #CC9DA8; }
a { background-color: rgb(204,157,168); }
div.DivClassName
{
background-color: #CC9DA8;
}
.BgClassName
{
background-color: #CC9DA8;
}
</style>
border-color css
<style>
span { border-color: #CC9DA8; }
span { border-color: rgb(204,157,168); }
td.TdClassName
{
border-color: #CC9DA8;
}
.TagClassName
{
border-color: #CC9DA8;
}
</style>