Shades of Can Can #CF879E
Tints of Can Can #CF879E
RGB
CMYK
RGB Variations
Color information
#CF879E (or 0xCF879E) is known color: Can Can. HEX triplet: CF, 87 and 9E. RGB value is (207,135,158). Sum of RGB (Red+Green+Blue) = 207+135+158=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 135 (53.12% from 255 or 27% from 500); Blue value is 158 (62.11% from 255 or 31.6% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CF879E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF879E is #307861. Grayscale: #9F9F9F. Windows color (decimal): -3176546 or 10389455. OLE color: 10389455.
HSL color Cylindrical-coordinate representation of color #CF879E: hue angle of 340.83º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CF879E is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 135 | 158 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.19 |
| HSL | 340.83º | 0.43% | 0.67% | - |
| HSV(B) | 340.83º | 0.35% | 0.81% | - |
| XYZ | 40.57 | 33.06 | 36.59 | - |
| YUV | 159.15 | 127.35 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 135 | 158 | 0 | 0.35 | 0.24 | 0.19 | 340.83 | 0.43 | 0.67 |
| Hex | CF | 87 | 9E | 0 | 23 | 18 | 13 | 155 | 2B | 43 |
| Octal | 317 | 207 | 236 | 0 | 43 | 30 | 23 | 525 | 53 | 103 |
| Binary | 11001111 | 10000111 | 10011110 | 0 | 100011 | 11000 | 10011 | 101010101 | 101011 | 1000011 |
Color Harmonies of #CF879E
Complementary color
Monochromatic Colors of #CF879E
Black with #CF879E
Text Example
Text Example
White with #CF879E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF879E; }
p { color: rgb(207,135,158); }
H1.HeaderClassName
{
color: #CF879E;
}
.AnyTagClassName
{
color: #CF879E;
}
</style>
background-color css
<style>
a { background-color: #CF879E; }
a { background-color: rgb(207,135,158); }
div.DivClassName
{
background-color: #CF879E;
}
.BgClassName
{
background-color: #CF879E;
}
</style>
border-color css
<style>
span { border-color: #CF879E; }
span { border-color: rgb(207,135,158); }
td.TdClassName
{
border-color: #CF879E;
}
.TagClassName
{
border-color: #CF879E;
}
</style>