Shades of Careys Pink #CC9299
Tints of Careys Pink #CC9299
RGB
CMYK
RGB Variations
Color information
#CC9299 (or 0xCC9299) is known color: Careys Pink. HEX triplet: CC, 92 and 99. RGB value is (204,146,153). Sum of RGB (Red+Green+Blue) = 204+146+153=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9299 is #336D66. Grayscale: #A4A4A4. Windows color (decimal): -3370343 or 10064588. OLE color: 10064588.
HSL color Cylindrical-coordinate representation of color #CC9299: hue angle of 352.76º 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 #CC9299 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 153 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.2 |
| HSL | 352.76º | 0.36% | 0.69% | - |
| HSV(B) | 352.76º | 0.28% | 0.8% | - |
| XYZ | 40.93 | 35.7 | 34.87 | - |
| YUV | 164.14 | 121.72 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 153 | 0 | 0.28 | 0.25 | 0.2 | 352.76 | 0.36 | 0.69 |
| Hex | CC | 92 | 99 | 0 | 1C | 19 | 14 | 161 | 24 | 45 |
| Octal | 314 | 222 | 231 | 0 | 34 | 31 | 24 | 541 | 44 | 105 |
| Binary | 11001100 | 10010010 | 10011001 | 0 | 11100 | 11001 | 10100 | 101100001 | 100100 | 1000101 |
Color Harmonies of #CC9299
Complementary color
Monochromatic Colors of #CC9299
Black with #CC9299
Text Example
Text Example
White with #CC9299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9299; }
p { color: rgb(204,146,153); }
H1.HeaderClassName
{
color: #CC9299;
}
.AnyTagClassName
{
color: #CC9299;
}
</style>
background-color css
<style>
a { background-color: #CC9299; }
a { background-color: rgb(204,146,153); }
div.DivClassName
{
background-color: #CC9299;
}
.BgClassName
{
background-color: #CC9299;
}
</style>
border-color css
<style>
span { border-color: #CC9299; }
span { border-color: rgb(204,146,153); }
td.TdClassName
{
border-color: #CC9299;
}
.TagClassName
{
border-color: #CC9299;
}
</style>