Shades of Cabaret #CF5E71
Tints of Cabaret #CF5E71
RGB
CMYK
RGB Variations
Color information
#CF5E71 (or 0xCF5E71) is known color: Cabaret. HEX triplet: CF, 5E and 71. RGB value is (207,94,113). Sum of RGB (Red+Green+Blue) = 207+94+113=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5E71 is #30A18E. Grayscale: #818181. Windows color (decimal): -3187087 or 7429839. OLE color: 7429839.
HSL color Cylindrical-coordinate representation of color #CF5E71: hue angle of 349.91º 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 #CF5E71 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 94 | 113 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.19 |
| HSL | 349.91º | 0.54% | 0.59% | - |
| HSV(B) | 349.91º | 0.55% | 0.81% | - |
| XYZ | 32.72 | 22.46 | 18.23 | - |
| YUV | 129.95 | 118.44 | 182.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 94 | 113 | 0 | 0.55 | 0.45 | 0.19 | 349.91 | 0.54 | 0.59 |
| Hex | CF | 5E | 71 | 0 | 37 | 2D | 13 | 15E | 36 | 3B |
| Octal | 317 | 136 | 161 | 0 | 67 | 55 | 23 | 536 | 66 | 73 |
| Binary | 11001111 | 1011110 | 1110001 | 0 | 110111 | 101101 | 10011 | 101011110 | 110110 | 111011 |
Color Harmonies of #CF5E71
Complementary color
Monochromatic Colors of #CF5E71
Black with #CF5E71
Text Example
Text Example
White with #CF5E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5E71; }
p { color: rgb(207,94,113); }
H1.HeaderClassName
{
color: #CF5E71;
}
.AnyTagClassName
{
color: #CF5E71;
}
</style>
background-color css
<style>
a { background-color: #CF5E71; }
a { background-color: rgb(207,94,113); }
div.DivClassName
{
background-color: #CF5E71;
}
.BgClassName
{
background-color: #CF5E71;
}
</style>
border-color css
<style>
span { border-color: #CF5E71; }
span { border-color: rgb(207,94,113); }
td.TdClassName
{
border-color: #CF5E71;
}
.TagClassName
{
border-color: #CF5E71;
}
</style>