Shades of Can Can #CF879F
Tints of Can Can #CF879F
RGB
CMYK
RGB Variations
Color information
#CF879F (or 0xCF879F) is known color: Can Can. HEX triplet: CF, 87 and 9F. RGB value is (207,135,159). Sum of RGB (Red+Green+Blue) = 207+135+159=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CF879F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF879F is #307860. Grayscale: #9F9F9F. Windows color (decimal): -3176545 or 10454991. OLE color: 10454991.
HSL color Cylindrical-coordinate representation of color #CF879F: hue angle of 340º 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 #CF879F is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 135 | 159 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.19 |
| HSL | 340º | 0.43% | 0.67% | - |
| HSV(B) | 340º | 0.35% | 0.81% | - |
| XYZ | 40.65 | 33.1 | 37.05 | - |
| YUV | 159.26 | 127.85 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 135 | 159 | 0 | 0.35 | 0.23 | 0.19 | 340 | 0.43 | 0.67 |
| Hex | CF | 87 | 9F | 0 | 23 | 17 | 13 | 154 | 2B | 43 |
| Octal | 317 | 207 | 237 | 0 | 43 | 27 | 23 | 524 | 53 | 103 |
| Binary | 11001111 | 10000111 | 10011111 | 0 | 100011 | 10111 | 10011 | 101010100 | 101011 | 1000011 |
Color Harmonies of #CF879F
Complementary color
Monochromatic Colors of #CF879F
Black with #CF879F
Text Example
Text Example
White with #CF879F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF879F; }
p { color: rgb(207,135,159); }
H1.HeaderClassName
{
color: #CF879F;
}
.AnyTagClassName
{
color: #CF879F;
}
</style>
background-color css
<style>
a { background-color: #CF879F; }
a { background-color: rgb(207,135,159); }
div.DivClassName
{
background-color: #CF879F;
}
.BgClassName
{
background-color: #CF879F;
}
</style>
border-color css
<style>
span { border-color: #CF879F; }
span { border-color: rgb(207,135,159); }
td.TdClassName
{
border-color: #CF879F;
}
.TagClassName
{
border-color: #CF879F;
}
</style>