Shades of Cabaret #CE5E6B
Tints of Cabaret #CE5E6B
RGB
CMYK
RGB Variations
Color information
#CE5E6B (or 0xCE5E6B) is known color: Cabaret. HEX triplet: CE, 5E and 6B. RGB value is (206,94,107). Sum of RGB (Red+Green+Blue) = 206+94+107=407 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.61% from 407); Green value is 94 (37.11% from 255 or 23.10% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5E6B is #31A194. Grayscale: #818181. Windows color (decimal): -3252629 or 7036622. OLE color: 7036622.
HSL color Cylindrical-coordinate representation of color #CE5E6B: hue angle of 353.04º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE5E6B is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 107 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.19 |
| HSL | 353.04º | 0.53% | 0.59% | - |
| HSV(B) | 353.04º | 0.54% | 0.81% | - |
| XYZ | 32.11 | 22.19 | 16.5 | - |
| YUV | 128.97 | 115.61 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 107 | 0 | 0.54 | 0.48 | 0.19 | 353.04 | 0.53 | 0.59 |
| Hex | CE | 5E | 6B | 0 | 36 | 30 | 13 | 161 | 35 | 3B |
| Octal | 316 | 136 | 153 | 0 | 66 | 60 | 23 | 541 | 65 | 73 |
| Binary | 11001110 | 1011110 | 1101011 | 0 | 110110 | 110000 | 10011 | 101100001 | 110101 | 111011 |
Color Harmonies of #CE5E6B
Complementary color
Monochromatic Colors of #CE5E6B
Black with #CE5E6B
Text Example
Text Example
White with #CE5E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E6B; }
p { color: rgb(206,94,107); }
H1.HeaderClassName
{
color: #CE5E6B;
}
.AnyTagClassName
{
color: #CE5E6B;
}
</style>
background-color css
<style>
a { background-color: #CE5E6B; }
a { background-color: rgb(206,94,107); }
div.DivClassName
{
background-color: #CE5E6B;
}
.BgClassName
{
background-color: #CE5E6B;
}
</style>
border-color css
<style>
span { border-color: #CE5E6B; }
span { border-color: rgb(206,94,107); }
td.TdClassName
{
border-color: #CE5E6B;
}
.TagClassName
{
border-color: #CE5E6B;
}
</style>