Shades of Cabaret #CE4573
Tints of Cabaret #CE4573
RGB
CMYK
RGB Variations
Color information
#CE4573 (or 0xCE4573) is known color: Cabaret. HEX triplet: CE, 45 and 73. RGB value is (206,69,115). Sum of RGB (Red+Green+Blue) = 206+69+115=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4573 is #31BA8C. Grayscale: #737373. Windows color (decimal): -3259021 or 7554510. OLE color: 7554510.
HSL color Cylindrical-coordinate representation of color #CE4573: hue angle of 339.85º 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 #CE4573 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 69 | 115 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.19 |
| HSL | 339.85º | 0.58% | 0.54% | - |
| HSV(B) | 339.85º | 0.67% | 0.81% | - |
| XYZ | 30.68 | 18.62 | 18.2 | - |
| YUV | 115.21 | 127.89 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 69 | 115 | 0 | 0.67 | 0.44 | 0.19 | 339.85 | 0.58 | 0.54 |
| Hex | CE | 45 | 73 | 0 | 43 | 2C | 13 | 154 | 3A | 36 |
| Octal | 316 | 105 | 163 | 0 | 103 | 54 | 23 | 524 | 72 | 66 |
| Binary | 11001110 | 1000101 | 1110011 | 0 | 1000011 | 101100 | 10011 | 101010100 | 111010 | 110110 |
Color Harmonies of #CE4573
Complementary color
Monochromatic Colors of #CE4573
Black with #CE4573
Text Example
Text Example
White with #CE4573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4573; }
p { color: rgb(206,69,115); }
H1.HeaderClassName
{
color: #CE4573;
}
.AnyTagClassName
{
color: #CE4573;
}
</style>
background-color css
<style>
a { background-color: #CE4573; }
a { background-color: rgb(206,69,115); }
div.DivClassName
{
background-color: #CE4573;
}
.BgClassName
{
background-color: #CE4573;
}
</style>
border-color css
<style>
span { border-color: #CE4573; }
span { border-color: rgb(206,69,115); }
td.TdClassName
{
border-color: #CE4573;
}
.TagClassName
{
border-color: #CE4573;
}
</style>