Shades of Can Can #CC8F97
Tints of Can Can #CC8F97
RGB
CMYK
RGB Variations
Color information
#CC8F97 (or 0xCC8F97) is known color: Can Can. HEX triplet: CC, 8F and 97. RGB value is (204,143,151). Sum of RGB (Red+Green+Blue) = 204+143+151=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 151 (59.38% from 255 or 30.32% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8F97 is #337068. Grayscale: #A2A2A2. Windows color (decimal): -3371113 or 9932748. OLE color: 9932748.
HSL color Cylindrical-coordinate representation of color #CC8F97: hue angle of 352.13º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC8F97 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 143 | 151 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.2 |
| HSL | 352.13º | 0.37% | 0.68% | - |
| HSV(B) | 352.13º | 0.3% | 0.8% | - |
| XYZ | 40.31 | 34.72 | 33.85 | - |
| YUV | 162.15 | 121.71 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 151 | 0 | 0.30 | 0.26 | 0.2 | 352.13 | 0.37 | 0.68 |
| Hex | CC | 8F | 97 | 0 | 1E | 1A | 14 | 160 | 25 | 44 |
| Octal | 314 | 217 | 227 | 0 | 36 | 32 | 24 | 540 | 45 | 104 |
| Binary | 11001100 | 10001111 | 10010111 | 0 | 11110 | 11010 | 10100 | 101100000 | 100101 | 1000100 |
Color Harmonies of #CC8F97
Complementary color
Monochromatic Colors of #CC8F97
Black with #CC8F97
Text Example
Text Example
White with #CC8F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8F97; }
p { color: rgb(204,143,151); }
H1.HeaderClassName
{
color: #CC8F97;
}
.AnyTagClassName
{
color: #CC8F97;
}
</style>
background-color css
<style>
a { background-color: #CC8F97; }
a { background-color: rgb(204,143,151); }
div.DivClassName
{
background-color: #CC8F97;
}
.BgClassName
{
background-color: #CC8F97;
}
</style>
border-color css
<style>
span { border-color: #CC8F97; }
span { border-color: rgb(204,143,151); }
td.TdClassName
{
border-color: #CC8F97;
}
.TagClassName
{
border-color: #CC8F97;
}
</style>