Shades of Cabaret #CE4E72
Tints of Cabaret #CE4E72
RGB
CMYK
RGB Variations
Color information
#CE4E72 (or 0xCE4E72) is known color: Cabaret. HEX triplet: CE, 4E and 72. RGB value is (206,78,114). Sum of RGB (Red+Green+Blue) = 206+78+114=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE4E72 is #31B18D. Grayscale: #787878. Windows color (decimal): -3256718 or 7491278. OLE color: 7491278.
HSL color Cylindrical-coordinate representation of color #CE4E72: hue angle of 343.12º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE4E72 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 78 | 114 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.19 |
| HSL | 343.13º | 0.57% | 0.56% | - |
| HSV(B) | 343.13º | 0.62% | 0.81% | - |
| XYZ | 31.22 | 19.79 | 18.09 | - |
| YUV | 120.38 | 124.41 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 78 | 114 | 0 | 0.62 | 0.45 | 0.19 | 343.13 | 0.57 | 0.56 |
| Hex | CE | 4E | 72 | 0 | 3E | 2D | 13 | 157 | 39 | 38 |
| Octal | 316 | 116 | 162 | 0 | 76 | 55 | 23 | 527 | 71 | 70 |
| Binary | 11001110 | 1001110 | 1110010 | 0 | 111110 | 101101 | 10011 | 101010111 | 111001 | 111000 |
Color Harmonies of #CE4E72
Complementary color
Monochromatic Colors of #CE4E72
Black with #CE4E72
Text Example
Text Example
White with #CE4E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4E72; }
p { color: rgb(206,78,114); }
H1.HeaderClassName
{
color: #CE4E72;
}
.AnyTagClassName
{
color: #CE4E72;
}
</style>
background-color css
<style>
a { background-color: #CE4E72; }
a { background-color: rgb(206,78,114); }
div.DivClassName
{
background-color: #CE4E72;
}
.BgClassName
{
background-color: #CE4E72;
}
</style>
border-color css
<style>
span { border-color: #CE4E72; }
span { border-color: rgb(206,78,114); }
td.TdClassName
{
border-color: #CE4E72;
}
.TagClassName
{
border-color: #CE4E72;
}
</style>