Shades of Cabaret #CE5876
Tints of Cabaret #CE5876
RGB
CMYK
RGB Variations
Color information
#CE5876 (or 0xCE5876) is known color: Cabaret. HEX triplet: CE, 58 and 76. RGB value is (206,88,118). Sum of RGB (Red+Green+Blue) = 206+88+118=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5876 is #31A789. Grayscale: #7E7E7E. Windows color (decimal): -3254154 or 7755982. OLE color: 7755982.
HSL color Cylindrical-coordinate representation of color #CE5876: hue angle of 344.75º 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 #CE5876 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 88 | 118 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.19 |
| HSL | 344.75º | 0.55% | 0.58% | - |
| HSV(B) | 344.75º | 0.57% | 0.81% | - |
| XYZ | 32.21 | 21.41 | 19.57 | - |
| YUV | 126.7 | 123.09 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 118 | 0 | 0.57 | 0.43 | 0.19 | 344.75 | 0.55 | 0.58 |
| Hex | CE | 58 | 76 | 0 | 39 | 2B | 13 | 159 | 37 | 3A |
| Octal | 316 | 130 | 166 | 0 | 71 | 53 | 23 | 531 | 67 | 72 |
| Binary | 11001110 | 1011000 | 1110110 | 0 | 111001 | 101011 | 10011 | 101011001 | 110111 | 111010 |
Color Harmonies of #CE5876
Complementary color
Monochromatic Colors of #CE5876
Black with #CE5876
Text Example
Text Example
White with #CE5876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5876; }
p { color: rgb(206,88,118); }
H1.HeaderClassName
{
color: #CE5876;
}
.AnyTagClassName
{
color: #CE5876;
}
</style>
background-color css
<style>
a { background-color: #CE5876; }
a { background-color: rgb(206,88,118); }
div.DivClassName
{
background-color: #CE5876;
}
.BgClassName
{
background-color: #CE5876;
}
</style>
border-color css
<style>
span { border-color: #CE5876; }
span { border-color: rgb(206,88,118); }
td.TdClassName
{
border-color: #CE5876;
}
.TagClassName
{
border-color: #CE5876;
}
</style>