Shades of Cabaret #CE4762
Tints of Cabaret #CE4762
RGB
CMYK
RGB Variations
Color information
#CE4762 (or 0xCE4762) is known color: Cabaret. HEX triplet: CE, 47 and 62. RGB value is (206,71,98). Sum of RGB (Red+Green+Blue) = 206+71+98=375 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.93% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 98 (38.67% from 255 or 26.13% from 375); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4762 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4762 is #31B89D. Grayscale: #727272. Windows color (decimal): -3258526 or 6440910. OLE color: 6440910.
HSL color Cylindrical-coordinate representation of color #CE4762: hue angle of 348º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE4762 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 71 | 98 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.19 |
| HSL | 348º | 0.58% | 0.54% | - |
| HSV(B) | 348º | 0.66% | 0.81% | - |
| XYZ | 29.91 | 18.51 | 13.55 | - |
| YUV | 114.44 | 118.73 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 71 | 98 | 0 | 0.66 | 0.52 | 0.19 | 348 | 0.58 | 0.54 |
| Hex | CE | 47 | 62 | 0 | 42 | 34 | 13 | 15C | 3A | 36 |
| Octal | 316 | 107 | 142 | 0 | 102 | 64 | 23 | 534 | 72 | 66 |
| Binary | 11001110 | 1000111 | 1100010 | 0 | 1000010 | 110100 | 10011 | 101011100 | 111010 | 110110 |
Color Harmonies of #CE4762
Complementary color
Monochromatic Colors of #CE4762
Black with #CE4762
Text Example
Text Example
White with #CE4762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4762; }
p { color: rgb(206,71,98); }
H1.HeaderClassName
{
color: #CE4762;
}
.AnyTagClassName
{
color: #CE4762;
}
</style>
background-color css
<style>
a { background-color: #CE4762; }
a { background-color: rgb(206,71,98); }
div.DivClassName
{
background-color: #CE4762;
}
.BgClassName
{
background-color: #CE4762;
}
</style>
border-color css
<style>
span { border-color: #CE4762; }
span { border-color: rgb(206,71,98); }
td.TdClassName
{
border-color: #CE4762;
}
.TagClassName
{
border-color: #CE4762;
}
</style>