Shades of Careys Pink #CC9BA0
Tints of Careys Pink #CC9BA0
RGB
CMYK
RGB Variations
Color information
#CC9BA0 (or 0xCC9BA0) is known color: Careys Pink. HEX triplet: CC, 9B and A0. RGB value is (204,155,160). Sum of RGB (Red+Green+Blue) = 204+155+160=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9BA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9BA0 is #33645F. Grayscale: #AAAAAA. Windows color (decimal): -3368032 or 10525644. OLE color: 10525644.
HSL color Cylindrical-coordinate representation of color #CC9BA0: hue angle of 353.88º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CC9BA0 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 155 | 160 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.2 |
| HSL | 353.88º | 0.32% | 0.7% | - |
| HSV(B) | 353.88º | 0.24% | 0.8% | - |
| XYZ | 42.97 | 38.82 | 38.49 | - |
| YUV | 170.22 | 122.23 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 155 | 160 | 0 | 0.24 | 0.22 | 0.2 | 353.88 | 0.32 | 0.7 |
| Hex | CC | 9B | A0 | 0 | 18 | 16 | 14 | 162 | 20 | 46 |
| Octal | 314 | 233 | 240 | 0 | 30 | 26 | 24 | 542 | 40 | 106 |
| Binary | 11001100 | 10011011 | 10100000 | 0 | 11000 | 10110 | 10100 | 101100010 | 100000 | 1000110 |
Color Harmonies of #CC9BA0
Complementary color
Monochromatic Colors of #CC9BA0
Black with #CC9BA0
Text Example
Text Example
White with #CC9BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9BA0; }
p { color: rgb(204,155,160); }
H1.HeaderClassName
{
color: #CC9BA0;
}
.AnyTagClassName
{
color: #CC9BA0;
}
</style>
background-color css
<style>
a { background-color: #CC9BA0; }
a { background-color: rgb(204,155,160); }
div.DivClassName
{
background-color: #CC9BA0;
}
.BgClassName
{
background-color: #CC9BA0;
}
</style>
border-color css
<style>
span { border-color: #CC9BA0; }
span { border-color: rgb(204,155,160); }
td.TdClassName
{
border-color: #CC9BA0;
}
.TagClassName
{
border-color: #CC9BA0;
}
</style>