Shades of Cabaret #CE586F
Tints of Cabaret #CE586F
RGB
CMYK
RGB Variations
Color information
#CE586F (or 0xCE586F) is known color: Cabaret. HEX triplet: CE, 58 and 6F. RGB value is (206,88,111). Sum of RGB (Red+Green+Blue) = 206+88+111=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE586F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE586F is #31A790. Grayscale: #7D7D7D. Windows color (decimal): -3254161 or 7297230. OLE color: 7297230.
HSL color Cylindrical-coordinate representation of color #CE586F: hue angle of 348.31º 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 #CE586F is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 88 | 111 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.19 |
| HSL | 348.31º | 0.55% | 0.58% | - |
| HSV(B) | 348.31º | 0.57% | 0.81% | - |
| XYZ | 31.81 | 21.25 | 17.46 | - |
| YUV | 125.9 | 119.59 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 111 | 0 | 0.57 | 0.46 | 0.19 | 348.31 | 0.55 | 0.58 |
| Hex | CE | 58 | 6F | 0 | 39 | 2E | 13 | 15C | 37 | 3A |
| Octal | 316 | 130 | 157 | 0 | 71 | 56 | 23 | 534 | 67 | 72 |
| Binary | 11001110 | 1011000 | 1101111 | 0 | 111001 | 101110 | 10011 | 101011100 | 110111 | 111010 |
Color Harmonies of #CE586F
Complementary color
Monochromatic Colors of #CE586F
Black with #CE586F
Text Example
Text Example
White with #CE586F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE586F; }
p { color: rgb(206,88,111); }
H1.HeaderClassName
{
color: #CE586F;
}
.AnyTagClassName
{
color: #CE586F;
}
</style>
background-color css
<style>
a { background-color: #CE586F; }
a { background-color: rgb(206,88,111); }
div.DivClassName
{
background-color: #CE586F;
}
.BgClassName
{
background-color: #CE586F;
}
</style>
border-color css
<style>
span { border-color: #CE586F; }
span { border-color: rgb(206,88,111); }
td.TdClassName
{
border-color: #CE586F;
}
.TagClassName
{
border-color: #CE586F;
}
</style>