Shades of Careys Pink #CC9BA2
Tints of Careys Pink #CC9BA2
RGB
CMYK
RGB Variations
Color information
#CC9BA2 (or 0xCC9BA2) is known color: Careys Pink. HEX triplet: CC, 9B and A2. RGB value is (204,155,162). Sum of RGB (Red+Green+Blue) = 204+155+162=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 162 (63.67% from 255 or 31.09% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9BA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9BA2 is #33645D. Grayscale: #AAAAAA. Windows color (decimal): -3368030 or 10656716. OLE color: 10656716.
HSL color Cylindrical-coordinate representation of color #CC9BA2: hue angle of 351.43º 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 #CC9BA2 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 155 | 162 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.2 |
| HSL | 351.43º | 0.32% | 0.7% | - |
| HSV(B) | 351.43º | 0.24% | 0.8% | - |
| XYZ | 43.14 | 38.89 | 39.41 | - |
| YUV | 170.45 | 123.23 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 155 | 162 | 0 | 0.24 | 0.21 | 0.2 | 351.43 | 0.32 | 0.7 |
| Hex | CC | 9B | A2 | 0 | 18 | 15 | 14 | 15F | 20 | 46 |
| Octal | 314 | 233 | 242 | 0 | 30 | 25 | 24 | 537 | 40 | 106 |
| Binary | 11001100 | 10011011 | 10100010 | 0 | 11000 | 10101 | 10100 | 101011111 | 100000 | 1000110 |
Color Harmonies of #CC9BA2
Complementary color
Monochromatic Colors of #CC9BA2
Black with #CC9BA2
Text Example
Text Example
White with #CC9BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9BA2; }
p { color: rgb(204,155,162); }
H1.HeaderClassName
{
color: #CC9BA2;
}
.AnyTagClassName
{
color: #CC9BA2;
}
</style>
background-color css
<style>
a { background-color: #CC9BA2; }
a { background-color: rgb(204,155,162); }
div.DivClassName
{
background-color: #CC9BA2;
}
.BgClassName
{
background-color: #CC9BA2;
}
</style>
border-color css
<style>
span { border-color: #CC9BA2; }
span { border-color: rgb(204,155,162); }
td.TdClassName
{
border-color: #CC9BA2;
}
.TagClassName
{
border-color: #CC9BA2;
}
</style>