Shades of Cabaret #CE5878
Tints of Cabaret #CE5878
RGB
CMYK
RGB Variations
Color information
#CE5878 (or 0xCE5878) is known color: Cabaret. HEX triplet: CE, 58 and 78. RGB value is (206,88,120). Sum of RGB (Red+Green+Blue) = 206+88+120=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5878 is #31A787. Grayscale: #7E7E7E. Windows color (decimal): -3254152 or 7887054. OLE color: 7887054.
HSL color Cylindrical-coordinate representation of color #CE5878: hue angle of 343.73º 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 #CE5878 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 88 | 120 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.19 |
| HSL | 343.73º | 0.55% | 0.58% | - |
| HSV(B) | 343.73º | 0.57% | 0.81% | - |
| XYZ | 32.33 | 21.46 | 20.21 | - |
| YUV | 126.93 | 124.09 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 120 | 0 | 0.57 | 0.42 | 0.19 | 343.73 | 0.55 | 0.58 |
| Hex | CE | 58 | 78 | 0 | 39 | 2A | 13 | 158 | 37 | 3A |
| Octal | 316 | 130 | 170 | 0 | 71 | 52 | 23 | 530 | 67 | 72 |
| Binary | 11001110 | 1011000 | 1111000 | 0 | 111001 | 101010 | 10011 | 101011000 | 110111 | 111010 |
Color Harmonies of #CE5878
Complementary color
Monochromatic Colors of #CE5878
Black with #CE5878
Text Example
Text Example
White with #CE5878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5878; }
p { color: rgb(206,88,120); }
H1.HeaderClassName
{
color: #CE5878;
}
.AnyTagClassName
{
color: #CE5878;
}
</style>
background-color css
<style>
a { background-color: #CE5878; }
a { background-color: rgb(206,88,120); }
div.DivClassName
{
background-color: #CE5878;
}
.BgClassName
{
background-color: #CE5878;
}
</style>
border-color css
<style>
span { border-color: #CE5878; }
span { border-color: rgb(206,88,120); }
td.TdClassName
{
border-color: #CE5878;
}
.TagClassName
{
border-color: #CE5878;
}
</style>