Shades of Cabaret #CE4371
Tints of Cabaret #CE4371
RGB
CMYK
RGB Variations
Color information
#CE4371 (or 0xCE4371) is known color: Cabaret. HEX triplet: CE, 43 and 71. RGB value is (206,67,113). Sum of RGB (Red+Green+Blue) = 206+67+113=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4371 is #31BC8E. Grayscale: #717171. Windows color (decimal): -3259535 or 7422926. OLE color: 7422926.
HSL color Cylindrical-coordinate representation of color #CE4371: hue angle of 340.14º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE4371 is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 67 | 113 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.19 |
| HSL | 340.14º | 0.59% | 0.54% | - |
| HSV(B) | 340.14º | 0.67% | 0.81% | - |
| XYZ | 30.44 | 18.33 | 17.56 | - |
| YUV | 113.81 | 127.55 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 113 | 0 | 0.67 | 0.45 | 0.19 | 340.14 | 0.59 | 0.54 |
| Hex | CE | 43 | 71 | 0 | 43 | 2D | 13 | 154 | 3B | 36 |
| Octal | 316 | 103 | 161 | 0 | 103 | 55 | 23 | 524 | 73 | 66 |
| Binary | 11001110 | 1000011 | 1110001 | 0 | 1000011 | 101101 | 10011 | 101010100 | 111011 | 110110 |
Color Harmonies of #CE4371
Complementary color
Monochromatic Colors of #CE4371
Black with #CE4371
Text Example
Text Example
White with #CE4371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4371; }
p { color: rgb(206,67,113); }
H1.HeaderClassName
{
color: #CE4371;
}
.AnyTagClassName
{
color: #CE4371;
}
</style>
background-color css
<style>
a { background-color: #CE4371; }
a { background-color: rgb(206,67,113); }
div.DivClassName
{
background-color: #CE4371;
}
.BgClassName
{
background-color: #CE4371;
}
</style>
border-color css
<style>
span { border-color: #CE4371; }
span { border-color: rgb(206,67,113); }
td.TdClassName
{
border-color: #CE4371;
}
.TagClassName
{
border-color: #CE4371;
}
</style>