Shades of Can Can #CF869F
Tints of Can Can #CF869F
RGB
CMYK
RGB Variations
Color information
#CF869F (or 0xCF869F) is known color: Can Can. HEX triplet: CF, 86 and 9F. RGB value is (207,134,159). Sum of RGB (Red+Green+Blue) = 207+134+159=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CF869F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF869F is #307960. Grayscale: #9E9E9E. Windows color (decimal): -3176801 or 10454735. OLE color: 10454735.
HSL color Cylindrical-coordinate representation of color #CF869F: hue angle of 339.45º 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 #CF869F is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 159 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.19 |
| HSL | 339.45º | 0.43% | 0.67% | - |
| HSV(B) | 339.45º | 0.35% | 0.81% | - |
| XYZ | 40.52 | 32.82 | 37 | - |
| YUV | 158.68 | 128.18 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 159 | 0 | 0.35 | 0.23 | 0.19 | 339.45 | 0.43 | 0.67 |
| Hex | CF | 86 | 9F | 0 | 23 | 17 | 13 | 153 | 2B | 43 |
| Octal | 317 | 206 | 237 | 0 | 43 | 27 | 23 | 523 | 53 | 103 |
| Binary | 11001111 | 10000110 | 10011111 | 0 | 100011 | 10111 | 10011 | 101010011 | 101011 | 1000011 |
Color Harmonies of #CF869F
Complementary color
Monochromatic Colors of #CF869F
Black with #CF869F
Text Example
Text Example
White with #CF869F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF869F; }
p { color: rgb(207,134,159); }
H1.HeaderClassName
{
color: #CF869F;
}
.AnyTagClassName
{
color: #CF869F;
}
</style>
background-color css
<style>
a { background-color: #CF869F; }
a { background-color: rgb(207,134,159); }
div.DivClassName
{
background-color: #CF869F;
}
.BgClassName
{
background-color: #CF869F;
}
</style>
border-color css
<style>
span { border-color: #CF869F; }
span { border-color: rgb(207,134,159); }
td.TdClassName
{
border-color: #CF869F;
}
.TagClassName
{
border-color: #CF869F;
}
</style>