Shades of Cabaret #CE4873
Tints of Cabaret #CE4873
RGB
CMYK
RGB Variations
Color information
#CE4873 (or 0xCE4873) is known color: Cabaret. HEX triplet: CE, 48 and 73. RGB value is (206,72,115). Sum of RGB (Red+Green+Blue) = 206+72+115=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4873 is #31B78C. Grayscale: #747474. Windows color (decimal): -3258253 or 7555278. OLE color: 7555278.
HSL color Cylindrical-coordinate representation of color #CE4873: hue angle of 340.75º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE4873 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 72 | 115 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.19 |
| HSL | 340.75º | 0.58% | 0.55% | - |
| HSV(B) | 340.75º | 0.65% | 0.81% | - |
| XYZ | 30.87 | 18.99 | 18.26 | - |
| YUV | 116.97 | 126.89 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 72 | 115 | 0 | 0.65 | 0.44 | 0.19 | 340.75 | 0.58 | 0.55 |
| Hex | CE | 48 | 73 | 0 | 41 | 2C | 13 | 155 | 3A | 37 |
| Octal | 316 | 110 | 163 | 0 | 101 | 54 | 23 | 525 | 72 | 67 |
| Binary | 11001110 | 1001000 | 1110011 | 0 | 1000001 | 101100 | 10011 | 101010101 | 111010 | 110111 |
Color Harmonies of #CE4873
Complementary color
Monochromatic Colors of #CE4873
Black with #CE4873
Text Example
Text Example
White with #CE4873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4873; }
p { color: rgb(206,72,115); }
H1.HeaderClassName
{
color: #CE4873;
}
.AnyTagClassName
{
color: #CE4873;
}
</style>
background-color css
<style>
a { background-color: #CE4873; }
a { background-color: rgb(206,72,115); }
div.DivClassName
{
background-color: #CE4873;
}
.BgClassName
{
background-color: #CE4873;
}
</style>
border-color css
<style>
span { border-color: #CE4873; }
span { border-color: rgb(206,72,115); }
td.TdClassName
{
border-color: #CE4873;
}
.TagClassName
{
border-color: #CE4873;
}
</style>