Shades of Cabaret #CE5E6C
Tints of Cabaret #CE5E6C
RGB
CMYK
RGB Variations
Color information
#CE5E6C (or 0xCE5E6C) is known color: Cabaret. HEX triplet: CE, 5E and 6C. RGB value is (206,94,108). Sum of RGB (Red+Green+Blue) = 206+94+108=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5E6C is #31A193. Grayscale: #818181. Windows color (decimal): -3252628 or 7102158. OLE color: 7102158.
HSL color Cylindrical-coordinate representation of color #CE5E6C: hue angle of 352.5º 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 #CE5E6C is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 108 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.19 |
| HSL | 352.5º | 0.53% | 0.59% | - |
| HSV(B) | 352.5º | 0.54% | 0.81% | - |
| XYZ | 32.16 | 22.21 | 16.78 | - |
| YUV | 129.08 | 116.11 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 108 | 0 | 0.54 | 0.48 | 0.19 | 352.5 | 0.53 | 0.59 |
| Hex | CE | 5E | 6C | 0 | 36 | 30 | 13 | 160 | 35 | 3B |
| Octal | 316 | 136 | 154 | 0 | 66 | 60 | 23 | 540 | 65 | 73 |
| Binary | 11001110 | 1011110 | 1101100 | 0 | 110110 | 110000 | 10011 | 101100000 | 110101 | 111011 |
Color Harmonies of #CE5E6C
Complementary color
Monochromatic Colors of #CE5E6C
Black with #CE5E6C
Text Example
Text Example
White with #CE5E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E6C; }
p { color: rgb(206,94,108); }
H1.HeaderClassName
{
color: #CE5E6C;
}
.AnyTagClassName
{
color: #CE5E6C;
}
</style>
background-color css
<style>
a { background-color: #CE5E6C; }
a { background-color: rgb(206,94,108); }
div.DivClassName
{
background-color: #CE5E6C;
}
.BgClassName
{
background-color: #CE5E6C;
}
</style>
border-color css
<style>
span { border-color: #CE5E6C; }
span { border-color: rgb(206,94,108); }
td.TdClassName
{
border-color: #CE5E6C;
}
.TagClassName
{
border-color: #CE5E6C;
}
</style>