Shades of Careys Pink #CC9296
Tints of Careys Pink #CC9296
RGB
CMYK
RGB Variations
Color information
#CC9296 (or 0xCC9296) is known color: Careys Pink. HEX triplet: CC, 92 and 96. RGB value is (204,146,150). Sum of RGB (Red+Green+Blue) = 204+146+150=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 146 (57.42% from 255 or 29.2% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9296 is #336D69. Grayscale: #A3A3A3. Windows color (decimal): -3370346 or 9867980. OLE color: 9867980.
HSL color Cylindrical-coordinate representation of color #CC9296: hue angle of 355.86º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CC9296 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 150 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.2 |
| HSL | 355.86º | 0.36% | 0.69% | - |
| HSV(B) | 355.86º | 0.28% | 0.8% | - |
| XYZ | 40.69 | 35.6 | 33.58 | - |
| YUV | 163.8 | 120.22 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 150 | 0 | 0.28 | 0.26 | 0.2 | 355.86 | 0.36 | 0.69 |
| Hex | CC | 92 | 96 | 0 | 1C | 1A | 14 | 164 | 24 | 45 |
| Octal | 314 | 222 | 226 | 0 | 34 | 32 | 24 | 544 | 44 | 105 |
| Binary | 11001100 | 10010010 | 10010110 | 0 | 11100 | 11010 | 10100 | 101100100 | 100100 | 1000101 |
Color Harmonies of #CC9296
Complementary color
Monochromatic Colors of #CC9296
Black with #CC9296
Text Example
Text Example
White with #CC9296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9296; }
p { color: rgb(204,146,150); }
H1.HeaderClassName
{
color: #CC9296;
}
.AnyTagClassName
{
color: #CC9296;
}
</style>
background-color css
<style>
a { background-color: #CC9296; }
a { background-color: rgb(204,146,150); }
div.DivClassName
{
background-color: #CC9296;
}
.BgClassName
{
background-color: #CC9296;
}
</style>
border-color css
<style>
span { border-color: #CC9296; }
span { border-color: rgb(204,146,150); }
td.TdClassName
{
border-color: #CC9296;
}
.TagClassName
{
border-color: #CC9296;
}
</style>