Shades of Cabaret #CE6575
Tints of Cabaret #CE6575
RGB
CMYK
RGB Variations
Color information
#CE6575 (or 0xCE6575) is known color: Cabaret. HEX triplet: CE, 65 and 75. RGB value is (206,101,117). Sum of RGB (Red+Green+Blue) = 206+101+117=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6575 is #319A8A. Grayscale: #868686. Windows color (decimal): -3250827 or 7693774. OLE color: 7693774.
HSL color Cylindrical-coordinate representation of color #CE6575: hue angle of 350.86º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE6575 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 101 | 117 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.19 |
| HSL | 350.86º | 0.52% | 0.6% | - |
| HSV(B) | 350.86º | 0.51% | 0.81% | - |
| XYZ | 33.32 | 23.71 | 19.65 | - |
| YUV | 134.22 | 118.29 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 117 | 0 | 0.51 | 0.43 | 0.19 | 350.86 | 0.52 | 0.6 |
| Hex | CE | 65 | 75 | 0 | 33 | 2B | 13 | 15F | 34 | 3C |
| Octal | 316 | 145 | 165 | 0 | 63 | 53 | 23 | 537 | 64 | 74 |
| Binary | 11001110 | 1100101 | 1110101 | 0 | 110011 | 101011 | 10011 | 101011111 | 110100 | 111100 |
Color Harmonies of #CE6575
Complementary color
Monochromatic Colors of #CE6575
Black with #CE6575
Text Example
Text Example
White with #CE6575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6575; }
p { color: rgb(206,101,117); }
H1.HeaderClassName
{
color: #CE6575;
}
.AnyTagClassName
{
color: #CE6575;
}
</style>
background-color css
<style>
a { background-color: #CE6575; }
a { background-color: rgb(206,101,117); }
div.DivClassName
{
background-color: #CE6575;
}
.BgClassName
{
background-color: #CE6575;
}
</style>
border-color css
<style>
span { border-color: #CE6575; }
span { border-color: rgb(206,101,117); }
td.TdClassName
{
border-color: #CE6575;
}
.TagClassName
{
border-color: #CE6575;
}
</style>