Shades of Cabaret #CE5D77
Tints of Cabaret #CE5D77
RGB
CMYK
RGB Variations
Color information
#CE5D77 (or 0xCE5D77) is known color: Cabaret. HEX triplet: CE, 5D and 77. RGB value is (206,93,119). Sum of RGB (Red+Green+Blue) = 206+93+119=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5D77 is #31A288. Grayscale: #818181. Windows color (decimal): -3252873 or 7822798. OLE color: 7822798.
HSL color Cylindrical-coordinate representation of color #CE5D77: hue angle of 346.19º 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 #CE5D77 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 93 | 119 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.19 |
| HSL | 346.19º | 0.54% | 0.59% | - |
| HSV(B) | 346.19º | 0.55% | 0.81% | - |
| XYZ | 32.7 | 22.28 | 20.03 | - |
| YUV | 129.75 | 121.94 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 119 | 0 | 0.55 | 0.42 | 0.19 | 346.19 | 0.54 | 0.59 |
| Hex | CE | 5D | 77 | 0 | 37 | 2A | 13 | 15A | 36 | 3B |
| Octal | 316 | 135 | 167 | 0 | 67 | 52 | 23 | 532 | 66 | 73 |
| Binary | 11001110 | 1011101 | 1110111 | 0 | 110111 | 101010 | 10011 | 101011010 | 110110 | 111011 |
Color Harmonies of #CE5D77
Complementary color
Monochromatic Colors of #CE5D77
Black with #CE5D77
Text Example
Text Example
White with #CE5D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5D77; }
p { color: rgb(206,93,119); }
H1.HeaderClassName
{
color: #CE5D77;
}
.AnyTagClassName
{
color: #CE5D77;
}
</style>
background-color css
<style>
a { background-color: #CE5D77; }
a { background-color: rgb(206,93,119); }
div.DivClassName
{
background-color: #CE5D77;
}
.BgClassName
{
background-color: #CE5D77;
}
</style>
border-color css
<style>
span { border-color: #CE5D77; }
span { border-color: rgb(206,93,119); }
td.TdClassName
{
border-color: #CE5D77;
}
.TagClassName
{
border-color: #CE5D77;
}
</style>