Shades of Careys Pink #CC9298
Tints of Careys Pink #CC9298
RGB
CMYK
RGB Variations
Color information
#CC9298 (or 0xCC9298) is known color: Careys Pink. HEX triplet: CC, 92 and 98. RGB value is (204,146,152). Sum of RGB (Red+Green+Blue) = 204+146+152=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9298 is #336D67. Grayscale: #A4A4A4. Windows color (decimal): -3370344 or 9999052. OLE color: 9999052.
HSL color Cylindrical-coordinate representation of color #CC9298: hue angle of 353.79º 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 #CC9298 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 152 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.2 |
| HSL | 353.79º | 0.36% | 0.69% | - |
| HSV(B) | 353.79º | 0.28% | 0.8% | - |
| XYZ | 40.85 | 35.66 | 34.44 | - |
| YUV | 164.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 152 | 0 | 0.28 | 0.25 | 0.2 | 353.79 | 0.36 | 0.69 |
| Hex | CC | 92 | 98 | 0 | 1C | 19 | 14 | 162 | 24 | 45 |
| Octal | 314 | 222 | 230 | 0 | 34 | 31 | 24 | 542 | 44 | 105 |
| Binary | 11001100 | 10010010 | 10011000 | 0 | 11100 | 11001 | 10100 | 101100010 | 100100 | 1000101 |
Color Harmonies of #CC9298
Complementary color
Monochromatic Colors of #CC9298
Black with #CC9298
Text Example
Text Example
White with #CC9298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9298; }
p { color: rgb(204,146,152); }
H1.HeaderClassName
{
color: #CC9298;
}
.AnyTagClassName
{
color: #CC9298;
}
</style>
background-color css
<style>
a { background-color: #CC9298; }
a { background-color: rgb(204,146,152); }
div.DivClassName
{
background-color: #CC9298;
}
.BgClassName
{
background-color: #CC9298;
}
</style>
border-color css
<style>
span { border-color: #CC9298; }
span { border-color: rgb(204,146,152); }
td.TdClassName
{
border-color: #CC9298;
}
.TagClassName
{
border-color: #CC9298;
}
</style>