Shades of Cabaret #CE566E
Tints of Cabaret #CE566E
RGB
CMYK
RGB Variations
Color information
#CE566E (or 0xCE566E) is known color: Cabaret. HEX triplet: CE, 56 and 6E. RGB value is (206,86,110). Sum of RGB (Red+Green+Blue) = 206+86+110=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 110 (43.36% from 255 or 27.36% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE566E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE566E is #31A991. Grayscale: #7C7C7C. Windows color (decimal): -3254674 or 7231182. OLE color: 7231182.
HSL color Cylindrical-coordinate representation of color #CE566E: hue angle of 348º 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 #CE566E is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 86 | 110 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.19 |
| HSL | 348º | 0.55% | 0.57% | - |
| HSV(B) | 348º | 0.58% | 0.81% | - |
| XYZ | 31.6 | 20.9 | 17.12 | - |
| YUV | 124.62 | 119.76 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 110 | 0 | 0.58 | 0.47 | 0.19 | 348 | 0.55 | 0.57 |
| Hex | CE | 56 | 6E | 0 | 3A | 2F | 13 | 15C | 37 | 39 |
| Octal | 316 | 126 | 156 | 0 | 72 | 57 | 23 | 534 | 67 | 71 |
| Binary | 11001110 | 1010110 | 1101110 | 0 | 111010 | 101111 | 10011 | 101011100 | 110111 | 111001 |
Color Harmonies of #CE566E
Complementary color
Monochromatic Colors of #CE566E
Black with #CE566E
Text Example
Text Example
White with #CE566E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE566E; }
p { color: rgb(206,86,110); }
H1.HeaderClassName
{
color: #CE566E;
}
.AnyTagClassName
{
color: #CE566E;
}
</style>
background-color css
<style>
a { background-color: #CE566E; }
a { background-color: rgb(206,86,110); }
div.DivClassName
{
background-color: #CE566E;
}
.BgClassName
{
background-color: #CE566E;
}
</style>
border-color css
<style>
span { border-color: #CE566E; }
span { border-color: rgb(206,86,110); }
td.TdClassName
{
border-color: #CE566E;
}
.TagClassName
{
border-color: #CE566E;
}
</style>