Shades of Cabaret #CE6075
Tints of Cabaret #CE6075
RGB
CMYK
RGB Variations
Color information
#CE6075 (or 0xCE6075) is known color: Cabaret. HEX triplet: CE, 60 and 75. RGB value is (206,96,117). Sum of RGB (Red+Green+Blue) = 206+96+117=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6075 is #319F8A. Grayscale: #838383. Windows color (decimal): -3252107 or 7692494. OLE color: 7692494.
HSL color Cylindrical-coordinate representation of color #CE6075: hue angle of 348.55º 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 #CE6075 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 117 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.19 |
| HSL | 348.55º | 0.53% | 0.59% | - |
| HSV(B) | 348.55º | 0.53% | 0.81% | - |
| XYZ | 32.85 | 22.77 | 19.49 | - |
| YUV | 131.28 | 119.94 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 117 | 0 | 0.53 | 0.43 | 0.19 | 348.55 | 0.53 | 0.59 |
| Hex | CE | 60 | 75 | 0 | 35 | 2B | 13 | 15D | 35 | 3B |
| Octal | 316 | 140 | 165 | 0 | 65 | 53 | 23 | 535 | 65 | 73 |
| Binary | 11001110 | 1100000 | 1110101 | 0 | 110101 | 101011 | 10011 | 101011101 | 110101 | 111011 |
Color Harmonies of #CE6075
Complementary color
Monochromatic Colors of #CE6075
Black with #CE6075
Text Example
Text Example
White with #CE6075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6075; }
p { color: rgb(206,96,117); }
H1.HeaderClassName
{
color: #CE6075;
}
.AnyTagClassName
{
color: #CE6075;
}
</style>
background-color css
<style>
a { background-color: #CE6075; }
a { background-color: rgb(206,96,117); }
div.DivClassName
{
background-color: #CE6075;
}
.BgClassName
{
background-color: #CE6075;
}
</style>
border-color css
<style>
span { border-color: #CE6075; }
span { border-color: rgb(206,96,117); }
td.TdClassName
{
border-color: #CE6075;
}
.TagClassName
{
border-color: #CE6075;
}
</style>