Shades of Careys Pink #CC9096
Tints of Careys Pink #CC9096
RGB
CMYK
RGB Variations
Color information
#CC9096 (or 0xCC9096) is known color: Careys Pink. HEX triplet: CC, 90 and 96. RGB value is (204,144,150). Sum of RGB (Red+Green+Blue) = 204+144+150=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 150 (58.98% from 255 or 30.12% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9096 is #336F69. Grayscale: #A2A2A2. Windows color (decimal): -3370858 or 9867468. OLE color: 9867468.
HSL color Cylindrical-coordinate representation of color #CC9096: hue angle of 354º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC9096 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 144 | 150 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.2 |
| HSL | 354º | 0.37% | 0.68% | - |
| HSV(B) | 354º | 0.29% | 0.8% | - |
| XYZ | 40.38 | 34.99 | 33.48 | - |
| YUV | 162.62 | 120.88 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 150 | 0 | 0.29 | 0.26 | 0.2 | 354 | 0.37 | 0.68 |
| Hex | CC | 90 | 96 | 0 | 1D | 1A | 14 | 162 | 25 | 44 |
| Octal | 314 | 220 | 226 | 0 | 35 | 32 | 24 | 542 | 45 | 104 |
| Binary | 11001100 | 10010000 | 10010110 | 0 | 11101 | 11010 | 10100 | 101100010 | 100101 | 1000100 |
Color Harmonies of #CC9096
Complementary color
Monochromatic Colors of #CC9096
Black with #CC9096
Text Example
Text Example
White with #CC9096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9096; }
p { color: rgb(204,144,150); }
H1.HeaderClassName
{
color: #CC9096;
}
.AnyTagClassName
{
color: #CC9096;
}
</style>
background-color css
<style>
a { background-color: #CC9096; }
a { background-color: rgb(204,144,150); }
div.DivClassName
{
background-color: #CC9096;
}
.BgClassName
{
background-color: #CC9096;
}
</style>
border-color css
<style>
span { border-color: #CC9096; }
span { border-color: rgb(204,144,150); }
td.TdClassName
{
border-color: #CC9096;
}
.TagClassName
{
border-color: #CC9096;
}
</style>