Shades of Careys Pink #CC9BA3
Tints of Careys Pink #CC9BA3
RGB
CMYK
RGB Variations
Color information
#CC9BA3 (or 0xCC9BA3) is known color: Careys Pink. HEX triplet: CC, 9B and A3. RGB value is (204,155,163). Sum of RGB (Red+Green+Blue) = 204+155+163=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 163 (64.06% from 255 or 31.23% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9BA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9BA3 is #33645C. Grayscale: #AAAAAA. Windows color (decimal): -3368029 or 10722252. OLE color: 10722252.
HSL color Cylindrical-coordinate representation of color #CC9BA3: hue angle of 350.2º 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 #CC9BA3 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 155 | 163 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.2 |
| HSL | 350.2º | 0.32% | 0.7% | - |
| HSV(B) | 350.2º | 0.24% | 0.8% | - |
| XYZ | 43.23 | 38.92 | 39.88 | - |
| YUV | 170.56 | 123.73 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 155 | 163 | 0 | 0.24 | 0.20 | 0.2 | 350.2 | 0.32 | 0.7 |
| Hex | CC | 9B | A3 | 0 | 18 | 14 | 14 | 15E | 20 | 46 |
| Octal | 314 | 233 | 243 | 0 | 30 | 24 | 24 | 536 | 40 | 106 |
| Binary | 11001100 | 10011011 | 10100011 | 0 | 11000 | 10100 | 10100 | 101011110 | 100000 | 1000110 |
Color Harmonies of #CC9BA3
Complementary color
Monochromatic Colors of #CC9BA3
Black with #CC9BA3
Text Example
Text Example
White with #CC9BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9BA3; }
p { color: rgb(204,155,163); }
H1.HeaderClassName
{
color: #CC9BA3;
}
.AnyTagClassName
{
color: #CC9BA3;
}
</style>
background-color css
<style>
a { background-color: #CC9BA3; }
a { background-color: rgb(204,155,163); }
div.DivClassName
{
background-color: #CC9BA3;
}
.BgClassName
{
background-color: #CC9BA3;
}
</style>
border-color css
<style>
span { border-color: #CC9BA3; }
span { border-color: rgb(204,155,163); }
td.TdClassName
{
border-color: #CC9BA3;
}
.TagClassName
{
border-color: #CC9BA3;
}
</style>