Shades of Can Can #CF889F
Tints of Can Can #CF889F
RGB
CMYK
RGB Variations
Color information
#CF889F (or 0xCF889F) is known color: Can Can. HEX triplet: CF, 88 and 9F. RGB value is (207,136,159). Sum of RGB (Red+Green+Blue) = 207+136+159=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CF889F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF889F is #307760. Grayscale: #9F9F9F. Windows color (decimal): -3176289 or 10455247. OLE color: 10455247.
HSL color Cylindrical-coordinate representation of color #CF889F: hue angle of 340.56º degrees, saturation: 0.43, 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 #CF889F is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 159 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.19 |
| HSL | 340.56º | 0.43% | 0.67% | - |
| HSV(B) | 340.56º | 0.34% | 0.81% | - |
| XYZ | 40.79 | 33.38 | 37.09 | - |
| YUV | 159.85 | 127.52 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 159 | 0 | 0.34 | 0.23 | 0.19 | 340.56 | 0.43 | 0.67 |
| Hex | CF | 88 | 9F | 0 | 22 | 17 | 13 | 155 | 2B | 43 |
| Octal | 317 | 210 | 237 | 0 | 42 | 27 | 23 | 525 | 53 | 103 |
| Binary | 11001111 | 10001000 | 10011111 | 0 | 100010 | 10111 | 10011 | 101010101 | 101011 | 1000011 |
Color Harmonies of #CF889F
Complementary color
Monochromatic Colors of #CF889F
Black with #CF889F
Text Example
Text Example
White with #CF889F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF889F; }
p { color: rgb(207,136,159); }
H1.HeaderClassName
{
color: #CF889F;
}
.AnyTagClassName
{
color: #CF889F;
}
</style>
background-color css
<style>
a { background-color: #CF889F; }
a { background-color: rgb(207,136,159); }
div.DivClassName
{
background-color: #CF889F;
}
.BgClassName
{
background-color: #CF889F;
}
</style>
border-color css
<style>
span { border-color: #CF889F; }
span { border-color: rgb(207,136,159); }
td.TdClassName
{
border-color: #CF889F;
}
.TagClassName
{
border-color: #CF889F;
}
</style>