Shades of Careys Pink #CC9197
Tints of Careys Pink #CC9197
RGB
CMYK
RGB Variations
Color information
#CC9197 (or 0xCC9197) is known color: Careys Pink. HEX triplet: CC, 91 and 97. RGB value is (204,145,151). Sum of RGB (Red+Green+Blue) = 204+145+151=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 151 (59.38% from 255 or 30.2% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9197 is #336E68. Grayscale: #A3A3A3. Windows color (decimal): -3370601 or 9933260. OLE color: 9933260.
HSL color Cylindrical-coordinate representation of color #CC9197: hue angle of 353.9º 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 #CC9197 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 151 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.2 |
| HSL | 353.9º | 0.37% | 0.68% | - |
| HSV(B) | 353.9º | 0.29% | 0.8% | - |
| XYZ | 40.61 | 35.32 | 33.96 | - |
| YUV | 163.33 | 121.05 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 151 | 0 | 0.29 | 0.26 | 0.2 | 353.9 | 0.37 | 0.68 |
| Hex | CC | 91 | 97 | 0 | 1D | 1A | 14 | 162 | 25 | 44 |
| Octal | 314 | 221 | 227 | 0 | 35 | 32 | 24 | 542 | 45 | 104 |
| Binary | 11001100 | 10010001 | 10010111 | 0 | 11101 | 11010 | 10100 | 101100010 | 100101 | 1000100 |
Color Harmonies of #CC9197
Complementary color
Monochromatic Colors of #CC9197
Black with #CC9197
Text Example
Text Example
White with #CC9197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9197; }
p { color: rgb(204,145,151); }
H1.HeaderClassName
{
color: #CC9197;
}
.AnyTagClassName
{
color: #CC9197;
}
</style>
background-color css
<style>
a { background-color: #CC9197; }
a { background-color: rgb(204,145,151); }
div.DivClassName
{
background-color: #CC9197;
}
.BgClassName
{
background-color: #CC9197;
}
</style>
border-color css
<style>
span { border-color: #CC9197; }
span { border-color: rgb(204,145,151); }
td.TdClassName
{
border-color: #CC9197;
}
.TagClassName
{
border-color: #CC9197;
}
</style>