Shades of Cabaret #CE4861
Tints of Cabaret #CE4861
RGB
CMYK
RGB Variations
Color information
#CE4861 (or 0xCE4861) is known color: Cabaret. HEX triplet: CE, 48 and 61. RGB value is (206,72,97). Sum of RGB (Red+Green+Blue) = 206+72+97=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4861 is #31B79E. Grayscale: #727272. Windows color (decimal): -3258271 or 6375630. OLE color: 6375630.
HSL color Cylindrical-coordinate representation of color #CE4861: hue angle of 348.81º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE4861 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 72 | 97 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.19 |
| HSL | 348.81º | 0.58% | 0.55% | - |
| HSV(B) | 348.81º | 0.65% | 0.81% | - |
| XYZ | 29.93 | 18.62 | 13.33 | - |
| YUV | 114.92 | 117.89 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 72 | 97 | 0 | 0.65 | 0.53 | 0.19 | 348.81 | 0.58 | 0.55 |
| Hex | CE | 48 | 61 | 0 | 41 | 35 | 13 | 15D | 3A | 37 |
| Octal | 316 | 110 | 141 | 0 | 101 | 65 | 23 | 535 | 72 | 67 |
| Binary | 11001110 | 1001000 | 1100001 | 0 | 1000001 | 110101 | 10011 | 101011101 | 111010 | 110111 |
Color Harmonies of #CE4861
Complementary color
Monochromatic Colors of #CE4861
Black with #CE4861
Text Example
Text Example
White with #CE4861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4861; }
p { color: rgb(206,72,97); }
H1.HeaderClassName
{
color: #CE4861;
}
.AnyTagClassName
{
color: #CE4861;
}
</style>
background-color css
<style>
a { background-color: #CE4861; }
a { background-color: rgb(206,72,97); }
div.DivClassName
{
background-color: #CE4861;
}
.BgClassName
{
background-color: #CE4861;
}
</style>
border-color css
<style>
span { border-color: #CE4861; }
span { border-color: rgb(206,72,97); }
td.TdClassName
{
border-color: #CE4861;
}
.TagClassName
{
border-color: #CE4861;
}
</style>