Shades of Cabaret #CE6374
Tints of Cabaret #CE6374
RGB
CMYK
RGB Variations
Color information
#CE6374 (or 0xCE6374) is known color: Cabaret. HEX triplet: CE, 63 and 74. RGB value is (206,99,116). Sum of RGB (Red+Green+Blue) = 206+99+116=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6374 is #319C8B. Grayscale: #848484. Windows color (decimal): -3251340 or 7627726. OLE color: 7627726.
HSL color Cylindrical-coordinate representation of color #CE6374: hue angle of 350.47º 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 #CE6374 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 99 | 116 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.19 |
| HSL | 350.47º | 0.52% | 0.6% | - |
| HSV(B) | 350.47º | 0.52% | 0.81% | - |
| XYZ | 33.07 | 23.31 | 19.28 | - |
| YUV | 132.93 | 118.45 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 99 | 116 | 0 | 0.52 | 0.44 | 0.19 | 350.47 | 0.52 | 0.6 |
| Hex | CE | 63 | 74 | 0 | 34 | 2C | 13 | 15E | 34 | 3C |
| Octal | 316 | 143 | 164 | 0 | 64 | 54 | 23 | 536 | 64 | 74 |
| Binary | 11001110 | 1100011 | 1110100 | 0 | 110100 | 101100 | 10011 | 101011110 | 110100 | 111100 |
Color Harmonies of #CE6374
Complementary color
Monochromatic Colors of #CE6374
Black with #CE6374
Text Example
Text Example
White with #CE6374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6374; }
p { color: rgb(206,99,116); }
H1.HeaderClassName
{
color: #CE6374;
}
.AnyTagClassName
{
color: #CE6374;
}
</style>
background-color css
<style>
a { background-color: #CE6374; }
a { background-color: rgb(206,99,116); }
div.DivClassName
{
background-color: #CE6374;
}
.BgClassName
{
background-color: #CE6374;
}
</style>
border-color css
<style>
span { border-color: #CE6374; }
span { border-color: rgb(206,99,116); }
td.TdClassName
{
border-color: #CE6374;
}
.TagClassName
{
border-color: #CE6374;
}
</style>