Shades of Cabaret #CE566D
Tints of Cabaret #CE566D
RGB
CMYK
RGB Variations
Color information
#CE566D (or 0xCE566D) is known color: Cabaret. HEX triplet: CE, 56 and 6D. RGB value is (206,86,109). Sum of RGB (Red+Green+Blue) = 206+86+109=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE566D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE566D is #31A992. Grayscale: #7C7C7C. Windows color (decimal): -3254675 or 7165646. OLE color: 7165646.
HSL color Cylindrical-coordinate representation of color #CE566D: hue angle of 348.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE566D is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 86 | 109 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.19 |
| HSL | 348.5º | 0.55% | 0.57% | - |
| HSV(B) | 348.5º | 0.58% | 0.81% | - |
| XYZ | 31.54 | 20.88 | 16.84 | - |
| YUV | 124.5 | 119.26 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 109 | 0 | 0.58 | 0.47 | 0.19 | 348.5 | 0.55 | 0.57 |
| Hex | CE | 56 | 6D | 0 | 3A | 2F | 13 | 15C | 37 | 39 |
| Octal | 316 | 126 | 155 | 0 | 72 | 57 | 23 | 534 | 67 | 71 |
| Binary | 11001110 | 1010110 | 1101101 | 0 | 111010 | 101111 | 10011 | 101011100 | 110111 | 111001 |
Color Harmonies of #CE566D
Complementary color
Monochromatic Colors of #CE566D
Black with #CE566D
Text Example
Text Example
White with #CE566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE566D; }
p { color: rgb(206,86,109); }
H1.HeaderClassName
{
color: #CE566D;
}
.AnyTagClassName
{
color: #CE566D;
}
</style>
background-color css
<style>
a { background-color: #CE566D; }
a { background-color: rgb(206,86,109); }
div.DivClassName
{
background-color: #CE566D;
}
.BgClassName
{
background-color: #CE566D;
}
</style>
border-color css
<style>
span { border-color: #CE566D; }
span { border-color: rgb(206,86,109); }
td.TdClassName
{
border-color: #CE566D;
}
.TagClassName
{
border-color: #CE566D;
}
</style>