Shades of Cabaret #CE5870
Tints of Cabaret #CE5870
RGB
CMYK
RGB Variations
Color information
#CE5870 (or 0xCE5870) is known color: Cabaret. HEX triplet: CE, 58 and 70. RGB value is (206,88,112). Sum of RGB (Red+Green+Blue) = 206+88+112=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5870 is #31A78F. Grayscale: #7E7E7E. Windows color (decimal): -3254160 or 7362766. OLE color: 7362766.
HSL color Cylindrical-coordinate representation of color #CE5870: hue angle of 347.8º degrees, saturation: 0.55, 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 #CE5870 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 88 | 112 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.19 |
| HSL | 347.8º | 0.55% | 0.58% | - |
| HSV(B) | 347.8º | 0.57% | 0.81% | - |
| XYZ | 31.87 | 21.27 | 17.76 | - |
| YUV | 126.02 | 120.09 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 112 | 0 | 0.57 | 0.46 | 0.19 | 347.8 | 0.55 | 0.58 |
| Hex | CE | 58 | 70 | 0 | 39 | 2E | 13 | 15C | 37 | 3A |
| Octal | 316 | 130 | 160 | 0 | 71 | 56 | 23 | 534 | 67 | 72 |
| Binary | 11001110 | 1011000 | 1110000 | 0 | 111001 | 101110 | 10011 | 101011100 | 110111 | 111010 |
Color Harmonies of #CE5870
Complementary color
Monochromatic Colors of #CE5870
Black with #CE5870
Text Example
Text Example
White with #CE5870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5870; }
p { color: rgb(206,88,112); }
H1.HeaderClassName
{
color: #CE5870;
}
.AnyTagClassName
{
color: #CE5870;
}
</style>
background-color css
<style>
a { background-color: #CE5870; }
a { background-color: rgb(206,88,112); }
div.DivClassName
{
background-color: #CE5870;
}
.BgClassName
{
background-color: #CE5870;
}
</style>
border-color css
<style>
span { border-color: #CE5870; }
span { border-color: rgb(206,88,112); }
td.TdClassName
{
border-color: #CE5870;
}
.TagClassName
{
border-color: #CE5870;
}
</style>