Shades of Cabaret #CF466E
Tints of Cabaret #CF466E
RGB
CMYK
RGB Variations
Color information
#CF466E (or 0xCF466E) is known color: Cabaret. HEX triplet: CF, 46 and 6E. RGB value is (207,70,110). Sum of RGB (Red+Green+Blue) = 207+70+110=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF466E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF466E is #30B991. Grayscale: #737373. Windows color (decimal): -3193234 or 7227087. OLE color: 7227087.
HSL color Cylindrical-coordinate representation of color #CF466E: hue angle of 342.48º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF466E is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 70 | 110 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.19 |
| HSL | 342.48º | 0.59% | 0.54% | - |
| HSV(B) | 342.48º | 0.66% | 0.81% | - |
| XYZ | 30.74 | 18.77 | 16.76 | - |
| YUV | 115.52 | 124.89 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 110 | 0 | 0.66 | 0.47 | 0.19 | 342.48 | 0.59 | 0.54 |
| Hex | CF | 46 | 6E | 0 | 42 | 2F | 13 | 156 | 3B | 36 |
| Octal | 317 | 106 | 156 | 0 | 102 | 57 | 23 | 526 | 73 | 66 |
| Binary | 11001111 | 1000110 | 1101110 | 0 | 1000010 | 101111 | 10011 | 101010110 | 111011 | 110110 |
Color Harmonies of #CF466E
Complementary color
Monochromatic Colors of #CF466E
Black with #CF466E
Text Example
Text Example
White with #CF466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF466E; }
p { color: rgb(207,70,110); }
H1.HeaderClassName
{
color: #CF466E;
}
.AnyTagClassName
{
color: #CF466E;
}
</style>
background-color css
<style>
a { background-color: #CF466E; }
a { background-color: rgb(207,70,110); }
div.DivClassName
{
background-color: #CF466E;
}
.BgClassName
{
background-color: #CF466E;
}
</style>
border-color css
<style>
span { border-color: #CF466E; }
span { border-color: rgb(207,70,110); }
td.TdClassName
{
border-color: #CF466E;
}
.TagClassName
{
border-color: #CF466E;
}
</style>