Shades of Cabaret #CE3E6E
Tints of Cabaret #CE3E6E
RGB
CMYK
RGB Variations
Color information
#CE3E6E (or 0xCE3E6E) is known color: Cabaret. HEX triplet: CE, 3E and 6E. RGB value is (206,62,110). Sum of RGB (Red+Green+Blue) = 206+62+110=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 62 (24.61% from 255 or 16.40% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3E6E is #31C191. Grayscale: #6E6E6E. Windows color (decimal): -3260818 or 7225038. OLE color: 7225038.
HSL color Cylindrical-coordinate representation of color #CE3E6E: hue angle of 340º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3E6E is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 62 | 110 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.19 |
| HSL | 340º | 0.6% | 0.53% | - |
| HSV(B) | 340º | 0.7% | 0.81% | - |
| XYZ | 29.99 | 17.69 | 16.59 | - |
| YUV | 110.53 | 127.71 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 62 | 110 | 0 | 0.70 | 0.47 | 0.19 | 340 | 0.6 | 0.53 |
| Hex | CE | 3E | 6E | 0 | 46 | 2F | 13 | 154 | 3C | 35 |
| Octal | 316 | 76 | 156 | 0 | 106 | 57 | 23 | 524 | 74 | 65 |
| Binary | 11001110 | 111110 | 1101110 | 0 | 1000110 | 101111 | 10011 | 101010100 | 111100 | 110101 |
Color Harmonies of #CE3E6E
Complementary color
Monochromatic Colors of #CE3E6E
Black with #CE3E6E
Text Example
Text Example
White with #CE3E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3E6E; }
p { color: rgb(206,62,110); }
H1.HeaderClassName
{
color: #CE3E6E;
}
.AnyTagClassName
{
color: #CE3E6E;
}
</style>
background-color css
<style>
a { background-color: #CE3E6E; }
a { background-color: rgb(206,62,110); }
div.DivClassName
{
background-color: #CE3E6E;
}
.BgClassName
{
background-color: #CE3E6E;
}
</style>
border-color css
<style>
span { border-color: #CE3E6E; }
span { border-color: rgb(206,62,110); }
td.TdClassName
{
border-color: #CE3E6E;
}
.TagClassName
{
border-color: #CE3E6E;
}
</style>