Shades of Cabaret #CE586C
Tints of Cabaret #CE586C
RGB
CMYK
RGB Variations
Color information
#CE586C (or 0xCE586C) is known color: Cabaret. HEX triplet: CE, 58 and 6C. RGB value is (206,88,108). Sum of RGB (Red+Green+Blue) = 206+88+108=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CE586C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE586C is #31A793. Grayscale: #7D7D7D. Windows color (decimal): -3254164 or 7100622. OLE color: 7100622.
HSL color Cylindrical-coordinate representation of color #CE586C: hue angle of 349.83º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE586C is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 88 | 108 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.19 |
| HSL | 349.83º | 0.55% | 0.58% | - |
| HSV(B) | 349.83º | 0.57% | 0.81% | - |
| XYZ | 31.65 | 21.18 | 16.61 | - |
| YUV | 125.56 | 118.09 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 108 | 0 | 0.57 | 0.48 | 0.19 | 349.83 | 0.55 | 0.58 |
| Hex | CE | 58 | 6C | 0 | 39 | 30 | 13 | 15E | 37 | 3A |
| Octal | 316 | 130 | 154 | 0 | 71 | 60 | 23 | 536 | 67 | 72 |
| Binary | 11001110 | 1011000 | 1101100 | 0 | 111001 | 110000 | 10011 | 101011110 | 110111 | 111010 |
Color Harmonies of #CE586C
Complementary color
Monochromatic Colors of #CE586C
Black with #CE586C
Text Example
Text Example
White with #CE586C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE586C; }
p { color: rgb(206,88,108); }
H1.HeaderClassName
{
color: #CE586C;
}
.AnyTagClassName
{
color: #CE586C;
}
</style>
background-color css
<style>
a { background-color: #CE586C; }
a { background-color: rgb(206,88,108); }
div.DivClassName
{
background-color: #CE586C;
}
.BgClassName
{
background-color: #CE586C;
}
</style>
border-color css
<style>
span { border-color: #CE586C; }
span { border-color: rgb(206,88,108); }
td.TdClassName
{
border-color: #CE586C;
}
.TagClassName
{
border-color: #CE586C;
}
</style>