Shades of Cabaret #CE596F
Tints of Cabaret #CE596F
RGB
CMYK
RGB Variations
Color information
#CE596F (or 0xCE596F) is known color: Cabaret. HEX triplet: CE, 59 and 6F. RGB value is (206,89,111). Sum of RGB (Red+Green+Blue) = 206+89+111=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE596F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE596F is #31A690. Grayscale: #7E7E7E. Windows color (decimal): -3253905 or 7297486. OLE color: 7297486.
HSL color Cylindrical-coordinate representation of color #CE596F: hue angle of 348.72º 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 #CE596F is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 89 | 111 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.19 |
| HSL | 348.72º | 0.54% | 0.58% | - |
| HSV(B) | 348.72º | 0.57% | 0.81% | - |
| XYZ | 31.9 | 21.41 | 17.49 | - |
| YUV | 126.49 | 119.26 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 89 | 111 | 0 | 0.57 | 0.46 | 0.19 | 348.72 | 0.54 | 0.58 |
| Hex | CE | 59 | 6F | 0 | 39 | 2E | 13 | 15D | 36 | 3A |
| Octal | 316 | 131 | 157 | 0 | 71 | 56 | 23 | 535 | 66 | 72 |
| Binary | 11001110 | 1011001 | 1101111 | 0 | 111001 | 101110 | 10011 | 101011101 | 110110 | 111010 |
Color Harmonies of #CE596F
Complementary color
Monochromatic Colors of #CE596F
Black with #CE596F
Text Example
Text Example
White with #CE596F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE596F; }
p { color: rgb(206,89,111); }
H1.HeaderClassName
{
color: #CE596F;
}
.AnyTagClassName
{
color: #CE596F;
}
</style>
background-color css
<style>
a { background-color: #CE596F; }
a { background-color: rgb(206,89,111); }
div.DivClassName
{
background-color: #CE596F;
}
.BgClassName
{
background-color: #CE596F;
}
</style>
border-color css
<style>
span { border-color: #CE596F; }
span { border-color: rgb(206,89,111); }
td.TdClassName
{
border-color: #CE596F;
}
.TagClassName
{
border-color: #CE596F;
}
</style>