Shades of Careys Pink #CC9BA6
Tints of Careys Pink #CC9BA6
RGB
CMYK
RGB Variations
Color information
#CC9BA6 (or 0xCC9BA6) is known color: Careys Pink. HEX triplet: CC, 9B and A6. RGB value is (204,155,166). Sum of RGB (Red+Green+Blue) = 204+155+166=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 155 (60.94% from 255 or 29.52% from 525); Blue value is 166 (65.23% from 255 or 31.62% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9BA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9BA6 is #336459. Grayscale: #AAAAAA. Windows color (decimal): -3368026 or 10918860. OLE color: 10918860.
HSL color Cylindrical-coordinate representation of color #CC9BA6: hue angle of 346.53º 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 #CC9BA6 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 155 | 166 | - |
| CMYK | 0 | 0.24 | 0.19 | 0.2 |
| HSL | 346.53º | 0.32% | 0.7% | - |
| HSV(B) | 346.53º | 0.24% | 0.8% | - |
| XYZ | 43.51 | 39.03 | 41.32 | - |
| YUV | 170.91 | 125.23 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 155 | 166 | 0 | 0.24 | 0.19 | 0.2 | 346.53 | 0.32 | 0.7 |
| Hex | CC | 9B | A6 | 0 | 18 | 13 | 14 | 15B | 20 | 46 |
| Octal | 314 | 233 | 246 | 0 | 30 | 23 | 24 | 533 | 40 | 106 |
| Binary | 11001100 | 10011011 | 10100110 | 0 | 11000 | 10011 | 10100 | 101011011 | 100000 | 1000110 |
Color Harmonies of #CC9BA6
Complementary color
Monochromatic Colors of #CC9BA6
Black with #CC9BA6
Text Example
Text Example
White with #CC9BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9BA6; }
p { color: rgb(204,155,166); }
H1.HeaderClassName
{
color: #CC9BA6;
}
.AnyTagClassName
{
color: #CC9BA6;
}
</style>
background-color css
<style>
a { background-color: #CC9BA6; }
a { background-color: rgb(204,155,166); }
div.DivClassName
{
background-color: #CC9BA6;
}
.BgClassName
{
background-color: #CC9BA6;
}
</style>
border-color css
<style>
span { border-color: #CC9BA6; }
span { border-color: rgb(204,155,166); }
td.TdClassName
{
border-color: #CC9BA6;
}
.TagClassName
{
border-color: #CC9BA6;
}
</style>