Shades of Cabaret #CE6073
Tints of Cabaret #CE6073
RGB
CMYK
RGB Variations
Color information
#CE6073 (or 0xCE6073) is known color: Cabaret. HEX triplet: CE, 60 and 73. RGB value is (206,96,115). Sum of RGB (Red+Green+Blue) = 206+96+115=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6073 is #319F8C. Grayscale: #838383. Windows color (decimal): -3252109 or 7561422. OLE color: 7561422.
HSL color Cylindrical-coordinate representation of color #CE6073: hue angle of 349.64º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE6073 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 115 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.19 |
| HSL | 349.64º | 0.53% | 0.59% | - |
| HSV(B) | 349.64º | 0.53% | 0.81% | - |
| XYZ | 32.73 | 22.73 | 18.88 | - |
| YUV | 131.06 | 118.94 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 115 | 0 | 0.53 | 0.44 | 0.19 | 349.64 | 0.53 | 0.59 |
| Hex | CE | 60 | 73 | 0 | 35 | 2C | 13 | 15E | 35 | 3B |
| Octal | 316 | 140 | 163 | 0 | 65 | 54 | 23 | 536 | 65 | 73 |
| Binary | 11001110 | 1100000 | 1110011 | 0 | 110101 | 101100 | 10011 | 101011110 | 110101 | 111011 |
Color Harmonies of #CE6073
Complementary color
Monochromatic Colors of #CE6073
Black with #CE6073
Text Example
Text Example
White with #CE6073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6073; }
p { color: rgb(206,96,115); }
H1.HeaderClassName
{
color: #CE6073;
}
.AnyTagClassName
{
color: #CE6073;
}
</style>
background-color css
<style>
a { background-color: #CE6073; }
a { background-color: rgb(206,96,115); }
div.DivClassName
{
background-color: #CE6073;
}
.BgClassName
{
background-color: #CE6073;
}
</style>
border-color css
<style>
span { border-color: #CE6073; }
span { border-color: rgb(206,96,115); }
td.TdClassName
{
border-color: #CE6073;
}
.TagClassName
{
border-color: #CE6073;
}
</style>