Shades of Can Can #CF899E
Tints of Can Can #CF899E
RGB
CMYK
RGB Variations
Color information
#CF899E (or 0xCF899E) is known color: Can Can. HEX triplet: CF, 89 and 9E. RGB value is (207,137,158). Sum of RGB (Red+Green+Blue) = 207+137+158=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 137 (53.91% from 255 or 27.29% from 502); Blue value is 158 (62.11% from 255 or 31.47% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CF899E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF899E is #307661. Grayscale: #A0A0A0. Windows color (decimal): -3176034 or 10389967. OLE color: 10389967.
HSL color Cylindrical-coordinate representation of color #CF899E: hue angle of 342º 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 #CF899E is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 158 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.19 |
| HSL | 342º | 0.42% | 0.67% | - |
| HSV(B) | 342º | 0.34% | 0.81% | - |
| XYZ | 40.85 | 33.63 | 36.69 | - |
| YUV | 160.32 | 126.69 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 158 | 0 | 0.34 | 0.24 | 0.19 | 342 | 0.42 | 0.67 |
| Hex | CF | 89 | 9E | 0 | 22 | 18 | 13 | 156 | 2A | 43 |
| Octal | 317 | 211 | 236 | 0 | 42 | 30 | 23 | 526 | 52 | 103 |
| Binary | 11001111 | 10001001 | 10011110 | 0 | 100010 | 11000 | 10011 | 101010110 | 101010 | 1000011 |
Color Harmonies of #CF899E
Complementary color
Monochromatic Colors of #CF899E
Black with #CF899E
Text Example
Text Example
White with #CF899E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF899E; }
p { color: rgb(207,137,158); }
H1.HeaderClassName
{
color: #CF899E;
}
.AnyTagClassName
{
color: #CF899E;
}
</style>
background-color css
<style>
a { background-color: #CF899E; }
a { background-color: rgb(207,137,158); }
div.DivClassName
{
background-color: #CF899E;
}
.BgClassName
{
background-color: #CF899E;
}
</style>
border-color css
<style>
span { border-color: #CF899E; }
span { border-color: rgb(207,137,158); }
td.TdClassName
{
border-color: #CF899E;
}
.TagClassName
{
border-color: #CF899E;
}
</style>