Shades of Cabaret #CF5E6D
Tints of Cabaret #CF5E6D
RGB
CMYK
RGB Variations
Color information
#CF5E6D (or 0xCF5E6D) is known color: Cabaret. HEX triplet: CF, 5E and 6D. RGB value is (207,94,109). Sum of RGB (Red+Green+Blue) = 207+94+109=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 94 (37.11% from 255 or 22.93% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5E6D is #30A192. Grayscale: #818181. Windows color (decimal): -3187091 or 7167695. OLE color: 7167695.
HSL color Cylindrical-coordinate representation of color #CF5E6D: hue angle of 352.04º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF5E6D is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 94 | 109 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.19 |
| HSL | 352.04º | 0.54% | 0.59% | - |
| HSV(B) | 352.04º | 0.55% | 0.81% | - |
| XYZ | 32.5 | 22.37 | 17.07 | - |
| YUV | 129.5 | 116.44 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 94 | 109 | 0 | 0.55 | 0.47 | 0.19 | 352.04 | 0.54 | 0.59 |
| Hex | CF | 5E | 6D | 0 | 37 | 2F | 13 | 160 | 36 | 3B |
| Octal | 317 | 136 | 155 | 0 | 67 | 57 | 23 | 540 | 66 | 73 |
| Binary | 11001111 | 1011110 | 1101101 | 0 | 110111 | 101111 | 10011 | 101100000 | 110110 | 111011 |
Color Harmonies of #CF5E6D
Complementary color
Monochromatic Colors of #CF5E6D
Black with #CF5E6D
Text Example
Text Example
White with #CF5E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5E6D; }
p { color: rgb(207,94,109); }
H1.HeaderClassName
{
color: #CF5E6D;
}
.AnyTagClassName
{
color: #CF5E6D;
}
</style>
background-color css
<style>
a { background-color: #CF5E6D; }
a { background-color: rgb(207,94,109); }
div.DivClassName
{
background-color: #CF5E6D;
}
.BgClassName
{
background-color: #CF5E6D;
}
</style>
border-color css
<style>
span { border-color: #CF5E6D; }
span { border-color: rgb(207,94,109); }
td.TdClassName
{
border-color: #CF5E6D;
}
.TagClassName
{
border-color: #CF5E6D;
}
</style>