Shades of Cabaret #CE6273
Tints of Cabaret #CE6273
RGB
CMYK
RGB Variations
Color information
#CE6273 (or 0xCE6273) is known color: Cabaret. HEX triplet: CE, 62 and 73. RGB value is (206,98,115). Sum of RGB (Red+Green+Blue) = 206+98+115=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 98 (38.67% from 255 or 23.39% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6273 is #319D8C. Grayscale: #848484. Windows color (decimal): -3251597 or 7561934. OLE color: 7561934.
HSL color Cylindrical-coordinate representation of color #CE6273: hue angle of 350.56º 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 #CE6273 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 115 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.19 |
| HSL | 350.56º | 0.52% | 0.6% | - |
| HSV(B) | 350.56º | 0.52% | 0.81% | - |
| XYZ | 32.92 | 23.09 | 18.94 | - |
| YUV | 132.23 | 118.28 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 115 | 0 | 0.52 | 0.44 | 0.19 | 350.56 | 0.52 | 0.6 |
| Hex | CE | 62 | 73 | 0 | 34 | 2C | 13 | 15F | 34 | 3C |
| Octal | 316 | 142 | 163 | 0 | 64 | 54 | 23 | 537 | 64 | 74 |
| Binary | 11001110 | 1100010 | 1110011 | 0 | 110100 | 101100 | 10011 | 101011111 | 110100 | 111100 |
Color Harmonies of #CE6273
Complementary color
Monochromatic Colors of #CE6273
Black with #CE6273
Text Example
Text Example
White with #CE6273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6273; }
p { color: rgb(206,98,115); }
H1.HeaderClassName
{
color: #CE6273;
}
.AnyTagClassName
{
color: #CE6273;
}
</style>
background-color css
<style>
a { background-color: #CE6273; }
a { background-color: rgb(206,98,115); }
div.DivClassName
{
background-color: #CE6273;
}
.BgClassName
{
background-color: #CE6273;
}
</style>
border-color css
<style>
span { border-color: #CE6273; }
span { border-color: rgb(206,98,115); }
td.TdClassName
{
border-color: #CE6273;
}
.TagClassName
{
border-color: #CE6273;
}
</style>