Shades of Can Can #CF899F
Tints of Can Can #CF899F
RGB
CMYK
RGB Variations
Color information
#CF899F (or 0xCF899F) is known color: Can Can. HEX triplet: CF, 89 and 9F. RGB value is (207,137,159). Sum of RGB (Red+Green+Blue) = 207+137+159=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CF899F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF899F is #307660. Grayscale: #A0A0A0. Windows color (decimal): -3176033 or 10455503. OLE color: 10455503.
HSL color Cylindrical-coordinate representation of color #CF899F: hue angle of 341.14º degrees, saturation: 0.42, 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 #CF899F is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 159 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.19 |
| HSL | 341.14º | 0.42% | 0.67% | - |
| HSV(B) | 341.14º | 0.34% | 0.81% | - |
| XYZ | 40.94 | 33.66 | 37.14 | - |
| YUV | 160.44 | 127.19 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 159 | 0 | 0.34 | 0.23 | 0.19 | 341.14 | 0.42 | 0.67 |
| Hex | CF | 89 | 9F | 0 | 22 | 17 | 13 | 155 | 2A | 43 |
| Octal | 317 | 211 | 237 | 0 | 42 | 27 | 23 | 525 | 52 | 103 |
| Binary | 11001111 | 10001001 | 10011111 | 0 | 100010 | 10111 | 10011 | 101010101 | 101010 | 1000011 |
Color Harmonies of #CF899F
Complementary color
Monochromatic Colors of #CF899F
Black with #CF899F
Text Example
Text Example
White with #CF899F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF899F; }
p { color: rgb(207,137,159); }
H1.HeaderClassName
{
color: #CF899F;
}
.AnyTagClassName
{
color: #CF899F;
}
</style>
background-color css
<style>
a { background-color: #CF899F; }
a { background-color: rgb(207,137,159); }
div.DivClassName
{
background-color: #CF899F;
}
.BgClassName
{
background-color: #CF899F;
}
</style>
border-color css
<style>
span { border-color: #CF899F; }
span { border-color: rgb(207,137,159); }
td.TdClassName
{
border-color: #CF899F;
}
.TagClassName
{
border-color: #CF899F;
}
</style>