Shades of Can Can #CF9199
Tints of Can Can #CF9199
RGB
CMYK
RGB Variations
Color information
#CF9199 (or 0xCF9199) is known color: Can Can. HEX triplet: CF, 91 and 99. RGB value is (207,145,153). Sum of RGB (Red+Green+Blue) = 207+145+153=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9199 is #306E66. Grayscale: #A4A4A4. Windows color (decimal): -3173991 or 10064335. OLE color: 10064335.
HSL color Cylindrical-coordinate representation of color #CF9199: hue angle of 352.26º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CF9199 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 153 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.19 |
| HSL | 352.26º | 0.39% | 0.69% | - |
| HSV(B) | 352.26º | 0.3% | 0.81% | - |
| XYZ | 41.61 | 35.82 | 34.86 | - |
| YUV | 164.45 | 121.54 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 153 | 0 | 0.30 | 0.26 | 0.19 | 352.26 | 0.39 | 0.69 |
| Hex | CF | 91 | 99 | 0 | 1E | 1A | 13 | 160 | 27 | 45 |
| Octal | 317 | 221 | 231 | 0 | 36 | 32 | 23 | 540 | 47 | 105 |
| Binary | 11001111 | 10010001 | 10011001 | 0 | 11110 | 11010 | 10011 | 101100000 | 100111 | 1000101 |
Color Harmonies of #CF9199
Complementary color
Monochromatic Colors of #CF9199
Black with #CF9199
Text Example
Text Example
White with #CF9199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9199; }
p { color: rgb(207,145,153); }
H1.HeaderClassName
{
color: #CF9199;
}
.AnyTagClassName
{
color: #CF9199;
}
</style>
background-color css
<style>
a { background-color: #CF9199; }
a { background-color: rgb(207,145,153); }
div.DivClassName
{
background-color: #CF9199;
}
.BgClassName
{
background-color: #CF9199;
}
</style>
border-color css
<style>
span { border-color: #CF9199; }
span { border-color: rgb(207,145,153); }
td.TdClassName
{
border-color: #CF9199;
}
.TagClassName
{
border-color: #CF9199;
}
</style>