Shades of Cabaret #CE4B72
Tints of Cabaret #CE4B72
RGB
CMYK
RGB Variations
Color information
#CE4B72 (or 0xCE4B72) is known color: Cabaret. HEX triplet: CE, 4B and 72. RGB value is (206,75,114). Sum of RGB (Red+Green+Blue) = 206+75+114=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4B72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4B72 is #31B48D. Grayscale: #767676. Windows color (decimal): -3257486 or 7490510. OLE color: 7490510.
HSL color Cylindrical-coordinate representation of color #CE4B72: hue angle of 342.14º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE4B72 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 75 | 114 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.19 |
| HSL | 342.14º | 0.57% | 0.55% | - |
| HSV(B) | 342.14º | 0.64% | 0.81% | - |
| XYZ | 31.01 | 19.37 | 18.02 | - |
| YUV | 118.62 | 125.4 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 75 | 114 | 0 | 0.64 | 0.45 | 0.19 | 342.14 | 0.57 | 0.55 |
| Hex | CE | 4B | 72 | 0 | 40 | 2D | 13 | 156 | 39 | 37 |
| Octal | 316 | 113 | 162 | 0 | 100 | 55 | 23 | 526 | 71 | 67 |
| Binary | 11001110 | 1001011 | 1110010 | 0 | 1000000 | 101101 | 10011 | 101010110 | 111001 | 110111 |
Color Harmonies of #CE4B72
Complementary color
Monochromatic Colors of #CE4B72
Black with #CE4B72
Text Example
Text Example
White with #CE4B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4B72; }
p { color: rgb(206,75,114); }
H1.HeaderClassName
{
color: #CE4B72;
}
.AnyTagClassName
{
color: #CE4B72;
}
</style>
background-color css
<style>
a { background-color: #CE4B72; }
a { background-color: rgb(206,75,114); }
div.DivClassName
{
background-color: #CE4B72;
}
.BgClassName
{
background-color: #CE4B72;
}
</style>
border-color css
<style>
span { border-color: #CE4B72; }
span { border-color: rgb(206,75,114); }
td.TdClassName
{
border-color: #CE4B72;
}
.TagClassName
{
border-color: #CE4B72;
}
</style>