Shades of Cabaret #CE5968
Tints of Cabaret #CE5968
RGB
CMYK
RGB Variations
Color information
#CE5968 (or 0xCE5968) is known color: Cabaret. HEX triplet: CE, 59 and 68. RGB value is (206,89,104). Sum of RGB (Red+Green+Blue) = 206+89+104=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5968 is #31A697. Grayscale: #7D7D7D. Windows color (decimal): -3253912 or 6838734. OLE color: 6838734.
HSL color Cylindrical-coordinate representation of color #CE5968: hue angle of 352.31º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE5968 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 89 | 104 | - |
| CMYK | 0 | 0.57 | 0.50 | 0.19 |
| HSL | 352.31º | 0.54% | 0.58% | - |
| HSV(B) | 352.31º | 0.57% | 0.81% | - |
| XYZ | 31.52 | 21.27 | 15.54 | - |
| YUV | 125.69 | 115.76 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 89 | 104 | 0 | 0.57 | 0.50 | 0.19 | 352.31 | 0.54 | 0.58 |
| Hex | CE | 59 | 68 | 0 | 39 | 32 | 13 | 160 | 36 | 3A |
| Octal | 316 | 131 | 150 | 0 | 71 | 62 | 23 | 540 | 66 | 72 |
| Binary | 11001110 | 1011001 | 1101000 | 0 | 111001 | 110010 | 10011 | 101100000 | 110110 | 111010 |
Color Harmonies of #CE5968
Complementary color
Monochromatic Colors of #CE5968
Black with #CE5968
Text Example
Text Example
White with #CE5968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5968; }
p { color: rgb(206,89,104); }
H1.HeaderClassName
{
color: #CE5968;
}
.AnyTagClassName
{
color: #CE5968;
}
</style>
background-color css
<style>
a { background-color: #CE5968; }
a { background-color: rgb(206,89,104); }
div.DivClassName
{
background-color: #CE5968;
}
.BgClassName
{
background-color: #CE5968;
}
</style>
border-color css
<style>
span { border-color: #CE5968; }
span { border-color: rgb(206,89,104); }
td.TdClassName
{
border-color: #CE5968;
}
.TagClassName
{
border-color: #CE5968;
}
</style>