Shades of Can Can #CF859F
Tints of Can Can #CF859F
RGB
CMYK
RGB Variations
Color information
#CF859F (or 0xCF859F) is known color: Can Can. HEX triplet: CF, 85 and 9F. RGB value is (207,133,159). Sum of RGB (Red+Green+Blue) = 207+133+159=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CF859F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF859F is #307A60. Grayscale: #9E9E9E. Windows color (decimal): -3177057 or 10454479. OLE color: 10454479.
HSL color Cylindrical-coordinate representation of color #CF859F: hue angle of 338.92º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF859F is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 159 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.19 |
| HSL | 338.92º | 0.44% | 0.67% | - |
| HSV(B) | 338.92º | 0.36% | 0.81% | - |
| XYZ | 40.38 | 32.54 | 36.95 | - |
| YUV | 158.09 | 128.52 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 159 | 0 | 0.36 | 0.23 | 0.19 | 338.92 | 0.44 | 0.67 |
| Hex | CF | 85 | 9F | 0 | 24 | 17 | 13 | 153 | 2C | 43 |
| Octal | 317 | 205 | 237 | 0 | 44 | 27 | 23 | 523 | 54 | 103 |
| Binary | 11001111 | 10000101 | 10011111 | 0 | 100100 | 10111 | 10011 | 101010011 | 101100 | 1000011 |
Color Harmonies of #CF859F
Complementary color
Monochromatic Colors of #CF859F
Black with #CF859F
Text Example
Text Example
White with #CF859F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF859F; }
p { color: rgb(207,133,159); }
H1.HeaderClassName
{
color: #CF859F;
}
.AnyTagClassName
{
color: #CF859F;
}
</style>
background-color css
<style>
a { background-color: #CF859F; }
a { background-color: rgb(207,133,159); }
div.DivClassName
{
background-color: #CF859F;
}
.BgClassName
{
background-color: #CF859F;
}
</style>
border-color css
<style>
span { border-color: #CF859F; }
span { border-color: rgb(207,133,159); }
td.TdClassName
{
border-color: #CF859F;
}
.TagClassName
{
border-color: #CF859F;
}
</style>