Shades of Cabaret #CE5770
Tints of Cabaret #CE5770
RGB
CMYK
RGB Variations
Color information
#CE5770 (or 0xCE5770) is known color: Cabaret. HEX triplet: CE, 57 and 70. RGB value is (206,87,112). Sum of RGB (Red+Green+Blue) = 206+87+112=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 87 (34.38% from 255 or 21.48% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5770 is #31A88F. Grayscale: #7D7D7D. Windows color (decimal): -3254416 or 7362510. OLE color: 7362510.
HSL color Cylindrical-coordinate representation of color #CE5770: hue angle of 347.39º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE5770 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 87 | 112 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.19 |
| HSL | 347.4º | 0.55% | 0.57% | - |
| HSV(B) | 347.4º | 0.58% | 0.81% | - |
| XYZ | 31.79 | 21.11 | 17.73 | - |
| YUV | 125.43 | 120.42 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 87 | 112 | 0 | 0.58 | 0.46 | 0.19 | 347.4 | 0.55 | 0.57 |
| Hex | CE | 57 | 70 | 0 | 3A | 2E | 13 | 15B | 37 | 39 |
| Octal | 316 | 127 | 160 | 0 | 72 | 56 | 23 | 533 | 67 | 71 |
| Binary | 11001110 | 1010111 | 1110000 | 0 | 111010 | 101110 | 10011 | 101011011 | 110111 | 111001 |
Color Harmonies of #CE5770
Complementary color
Monochromatic Colors of #CE5770
Black with #CE5770
Text Example
Text Example
White with #CE5770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5770; }
p { color: rgb(206,87,112); }
H1.HeaderClassName
{
color: #CE5770;
}
.AnyTagClassName
{
color: #CE5770;
}
</style>
background-color css
<style>
a { background-color: #CE5770; }
a { background-color: rgb(206,87,112); }
div.DivClassName
{
background-color: #CE5770;
}
.BgClassName
{
background-color: #CE5770;
}
</style>
border-color css
<style>
span { border-color: #CE5770; }
span { border-color: rgb(206,87,112); }
td.TdClassName
{
border-color: #CE5770;
}
.TagClassName
{
border-color: #CE5770;
}
</style>