Shades of Can Can #CF8997
Tints of Can Can #CF8997
RGB
CMYK
RGB Variations
Color information
#CF8997 (or 0xCF8997) is known color: Can Can. HEX triplet: CF, 89 and 97. RGB value is (207,137,151). Sum of RGB (Red+Green+Blue) = 207+137+151=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 151 (59.38% from 255 or 30.51% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8997 is #307668. Grayscale: #9F9F9F. Windows color (decimal): -3176041 or 9931215. OLE color: 9931215.
HSL color Cylindrical-coordinate representation of color #CF8997: hue angle of 348º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CF8997 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 151 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.19 |
| HSL | 348º | 0.42% | 0.67% | - |
| HSV(B) | 348º | 0.34% | 0.81% | - |
| XYZ | 40.26 | 33.39 | 33.6 | - |
| YUV | 159.53 | 123.19 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 151 | 0 | 0.34 | 0.27 | 0.19 | 348 | 0.42 | 0.67 |
| Hex | CF | 89 | 97 | 0 | 22 | 1B | 13 | 15C | 2A | 43 |
| Octal | 317 | 211 | 227 | 0 | 42 | 33 | 23 | 534 | 52 | 103 |
| Binary | 11001111 | 10001001 | 10010111 | 0 | 100010 | 11011 | 10011 | 101011100 | 101010 | 1000011 |
Color Harmonies of #CF8997
Complementary color
Monochromatic Colors of #CF8997
Black with #CF8997
Text Example
Text Example
White with #CF8997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8997; }
p { color: rgb(207,137,151); }
H1.HeaderClassName
{
color: #CF8997;
}
.AnyTagClassName
{
color: #CF8997;
}
</style>
background-color css
<style>
a { background-color: #CF8997; }
a { background-color: rgb(207,137,151); }
div.DivClassName
{
background-color: #CF8997;
}
.BgClassName
{
background-color: #CF8997;
}
</style>
border-color css
<style>
span { border-color: #CF8997; }
span { border-color: rgb(207,137,151); }
td.TdClassName
{
border-color: #CF8997;
}
.TagClassName
{
border-color: #CF8997;
}
</style>