Shades of Cabaret #CE5E68
Tints of Cabaret #CE5E68
RGB
CMYK
RGB Variations
Color information
#CE5E68 (or 0xCE5E68) is known color: Cabaret. HEX triplet: CE, 5E and 68. RGB value is (206,94,104). Sum of RGB (Red+Green+Blue) = 206+94+104=404 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.99% from 404); Green value is 94 (37.11% from 255 or 23.27% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5E68 is #31A197. Grayscale: #808080. Windows color (decimal): -3252632 or 6840014. OLE color: 6840014.
HSL color Cylindrical-coordinate representation of color #CE5E68: hue angle of 354.64º 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 #CE5E68 is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 104 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.19 |
| HSL | 354.64º | 0.53% | 0.59% | - |
| HSV(B) | 354.64º | 0.54% | 0.81% | - |
| XYZ | 31.96 | 22.13 | 15.68 | - |
| YUV | 128.63 | 114.11 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 104 | 0 | 0.54 | 0.50 | 0.19 | 354.64 | 0.53 | 0.59 |
| Hex | CE | 5E | 68 | 0 | 36 | 32 | 13 | 163 | 35 | 3B |
| Octal | 316 | 136 | 150 | 0 | 66 | 62 | 23 | 543 | 65 | 73 |
| Binary | 11001110 | 1011110 | 1101000 | 0 | 110110 | 110010 | 10011 | 101100011 | 110101 | 111011 |
Color Harmonies of #CE5E68
Complementary color
Monochromatic Colors of #CE5E68
Black with #CE5E68
Text Example
Text Example
White with #CE5E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E68; }
p { color: rgb(206,94,104); }
H1.HeaderClassName
{
color: #CE5E68;
}
.AnyTagClassName
{
color: #CE5E68;
}
</style>
background-color css
<style>
a { background-color: #CE5E68; }
a { background-color: rgb(206,94,104); }
div.DivClassName
{
background-color: #CE5E68;
}
.BgClassName
{
background-color: #CE5E68;
}
</style>
border-color css
<style>
span { border-color: #CE5E68; }
span { border-color: rgb(206,94,104); }
td.TdClassName
{
border-color: #CE5E68;
}
.TagClassName
{
border-color: #CE5E68;
}
</style>