Shades of Cabaret #CE4571
Tints of Cabaret #CE4571
RGB
CMYK
RGB Variations
Color information
#CE4571 (or 0xCE4571) is known color: Cabaret. HEX triplet: CE, 45 and 71. RGB value is (206,69,113). Sum of RGB (Red+Green+Blue) = 206+69+113=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 69 (27.34% from 255 or 17.78% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4571 is #31BA8E. Grayscale: #727272. Windows color (decimal): -3259023 or 7423438. OLE color: 7423438.
HSL color Cylindrical-coordinate representation of color #CE4571: hue angle of 340.73º 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 #CE4571 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 69 | 113 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.19 |
| HSL | 340.73º | 0.58% | 0.54% | - |
| HSV(B) | 340.73º | 0.67% | 0.81% | - |
| XYZ | 30.56 | 18.57 | 17.6 | - |
| YUV | 114.98 | 126.89 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 69 | 113 | 0 | 0.67 | 0.45 | 0.19 | 340.73 | 0.58 | 0.54 |
| Hex | CE | 45 | 71 | 0 | 43 | 2D | 13 | 155 | 3A | 36 |
| Octal | 316 | 105 | 161 | 0 | 103 | 55 | 23 | 525 | 72 | 66 |
| Binary | 11001110 | 1000101 | 1110001 | 0 | 1000011 | 101101 | 10011 | 101010101 | 111010 | 110110 |
Color Harmonies of #CE4571
Complementary color
Monochromatic Colors of #CE4571
Black with #CE4571
Text Example
Text Example
White with #CE4571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4571; }
p { color: rgb(206,69,113); }
H1.HeaderClassName
{
color: #CE4571;
}
.AnyTagClassName
{
color: #CE4571;
}
</style>
background-color css
<style>
a { background-color: #CE4571; }
a { background-color: rgb(206,69,113); }
div.DivClassName
{
background-color: #CE4571;
}
.BgClassName
{
background-color: #CE4571;
}
</style>
border-color css
<style>
span { border-color: #CE4571; }
span { border-color: rgb(206,69,113); }
td.TdClassName
{
border-color: #CE4571;
}
.TagClassName
{
border-color: #CE4571;
}
</style>