Shades of Cabaret #CE6373
Tints of Cabaret #CE6373
RGB
CMYK
RGB Variations
Color information
#CE6373 (or 0xCE6373) is known color: Cabaret. HEX triplet: CE, 63 and 73. RGB value is (206,99,115). Sum of RGB (Red+Green+Blue) = 206+99+115=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6373 is #319C8C. Grayscale: #848484. Windows color (decimal): -3251341 or 7562190. OLE color: 7562190.
HSL color Cylindrical-coordinate representation of color #CE6373: hue angle of 351.03º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE6373 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 99 | 115 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.19 |
| HSL | 351.03º | 0.52% | 0.6% | - |
| HSV(B) | 351.03º | 0.52% | 0.81% | - |
| XYZ | 33.01 | 23.28 | 18.97 | - |
| YUV | 132.82 | 117.95 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 99 | 115 | 0 | 0.52 | 0.44 | 0.19 | 351.03 | 0.52 | 0.6 |
| Hex | CE | 63 | 73 | 0 | 34 | 2C | 13 | 15F | 34 | 3C |
| Octal | 316 | 143 | 163 | 0 | 64 | 54 | 23 | 537 | 64 | 74 |
| Binary | 11001110 | 1100011 | 1110011 | 0 | 110100 | 101100 | 10011 | 101011111 | 110100 | 111100 |
Color Harmonies of #CE6373
Complementary color
Monochromatic Colors of #CE6373
Black with #CE6373
Text Example
Text Example
White with #CE6373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6373; }
p { color: rgb(206,99,115); }
H1.HeaderClassName
{
color: #CE6373;
}
.AnyTagClassName
{
color: #CE6373;
}
</style>
background-color css
<style>
a { background-color: #CE6373; }
a { background-color: rgb(206,99,115); }
div.DivClassName
{
background-color: #CE6373;
}
.BgClassName
{
background-color: #CE6373;
}
</style>
border-color css
<style>
span { border-color: #CE6373; }
span { border-color: rgb(206,99,115); }
td.TdClassName
{
border-color: #CE6373;
}
.TagClassName
{
border-color: #CE6373;
}
</style>