Shades of Cabaret #CE4570
Tints of Cabaret #CE4570
RGB
CMYK
RGB Variations
Color information
#CE4570 (or 0xCE4570) is known color: Cabaret. HEX triplet: CE, 45 and 70. RGB value is (206,69,112). Sum of RGB (Red+Green+Blue) = 206+69+112=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4570 is #31BA8F. Grayscale: #727272. Windows color (decimal): -3259024 or 7357902. OLE color: 7357902.
HSL color Cylindrical-coordinate representation of color #CE4570: hue angle of 341.17º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE4570 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 69 | 112 | - |
| CMYK | 0 | 0.67 | 0.46 | 0.19 |
| HSL | 341.17º | 0.58% | 0.54% | - |
| HSV(B) | 341.17º | 0.67% | 0.81% | - |
| XYZ | 30.51 | 18.55 | 17.3 | - |
| YUV | 114.87 | 126.39 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 69 | 112 | 0 | 0.67 | 0.46 | 0.19 | 341.17 | 0.58 | 0.54 |
| Hex | CE | 45 | 70 | 0 | 43 | 2E | 13 | 155 | 3A | 36 |
| Octal | 316 | 105 | 160 | 0 | 103 | 56 | 23 | 525 | 72 | 66 |
| Binary | 11001110 | 1000101 | 1110000 | 0 | 1000011 | 101110 | 10011 | 101010101 | 111010 | 110110 |
Color Harmonies of #CE4570
Complementary color
Monochromatic Colors of #CE4570
Black with #CE4570
Text Example
Text Example
White with #CE4570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4570; }
p { color: rgb(206,69,112); }
H1.HeaderClassName
{
color: #CE4570;
}
.AnyTagClassName
{
color: #CE4570;
}
</style>
background-color css
<style>
a { background-color: #CE4570; }
a { background-color: rgb(206,69,112); }
div.DivClassName
{
background-color: #CE4570;
}
.BgClassName
{
background-color: #CE4570;
}
</style>
border-color css
<style>
span { border-color: #CE4570; }
span { border-color: rgb(206,69,112); }
td.TdClassName
{
border-color: #CE4570;
}
.TagClassName
{
border-color: #CE4570;
}
</style>