Shades of Cabaret #CE6376
Tints of Cabaret #CE6376
RGB
CMYK
RGB Variations
Color information
#CE6376 (or 0xCE6376) is known color: Cabaret. HEX triplet: CE, 63 and 76. RGB value is (206,99,118). Sum of RGB (Red+Green+Blue) = 206+99+118=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6376 is #319C89. Grayscale: #858585. Windows color (decimal): -3251338 or 7758798. OLE color: 7758798.
HSL color Cylindrical-coordinate representation of color #CE6376: hue angle of 349.35º 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 #CE6376 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 99 | 118 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.19 |
| HSL | 349.35º | 0.52% | 0.6% | - |
| HSV(B) | 349.35º | 0.52% | 0.81% | - |
| XYZ | 33.19 | 23.35 | 19.9 | - |
| YUV | 133.16 | 119.45 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 99 | 118 | 0 | 0.52 | 0.43 | 0.19 | 349.35 | 0.52 | 0.6 |
| Hex | CE | 63 | 76 | 0 | 34 | 2B | 13 | 15D | 34 | 3C |
| Octal | 316 | 143 | 166 | 0 | 64 | 53 | 23 | 535 | 64 | 74 |
| Binary | 11001110 | 1100011 | 1110110 | 0 | 110100 | 101011 | 10011 | 101011101 | 110100 | 111100 |
Color Harmonies of #CE6376
Complementary color
Monochromatic Colors of #CE6376
Black with #CE6376
Text Example
Text Example
White with #CE6376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6376; }
p { color: rgb(206,99,118); }
H1.HeaderClassName
{
color: #CE6376;
}
.AnyTagClassName
{
color: #CE6376;
}
</style>
background-color css
<style>
a { background-color: #CE6376; }
a { background-color: rgb(206,99,118); }
div.DivClassName
{
background-color: #CE6376;
}
.BgClassName
{
background-color: #CE6376;
}
</style>
border-color css
<style>
span { border-color: #CE6376; }
span { border-color: rgb(206,99,118); }
td.TdClassName
{
border-color: #CE6376;
}
.TagClassName
{
border-color: #CE6376;
}
</style>