Shades of Cabaret #CE4872
Tints of Cabaret #CE4872
RGB
CMYK
RGB Variations
Color information
#CE4872 (or 0xCE4872) is known color: Cabaret. HEX triplet: CE, 48 and 72. RGB value is (206,72,114). Sum of RGB (Red+Green+Blue) = 206+72+114=392 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.55% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4872 is #31B78D. Grayscale: #747474. Windows color (decimal): -3258254 or 7489742. OLE color: 7489742.
HSL color Cylindrical-coordinate representation of color #CE4872: hue angle of 341.19º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE4872 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 72 | 114 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.19 |
| HSL | 341.19º | 0.58% | 0.55% | - |
| HSV(B) | 341.19º | 0.65% | 0.81% | - |
| XYZ | 30.81 | 18.97 | 17.96 | - |
| YUV | 116.85 | 126.39 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 72 | 114 | 0 | 0.65 | 0.45 | 0.19 | 341.19 | 0.58 | 0.55 |
| Hex | CE | 48 | 72 | 0 | 41 | 2D | 13 | 155 | 3A | 37 |
| Octal | 316 | 110 | 162 | 0 | 101 | 55 | 23 | 525 | 72 | 67 |
| Binary | 11001110 | 1001000 | 1110010 | 0 | 1000001 | 101101 | 10011 | 101010101 | 111010 | 110111 |
Color Harmonies of #CE4872
Complementary color
Monochromatic Colors of #CE4872
Black with #CE4872
Text Example
Text Example
White with #CE4872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4872; }
p { color: rgb(206,72,114); }
H1.HeaderClassName
{
color: #CE4872;
}
.AnyTagClassName
{
color: #CE4872;
}
</style>
background-color css
<style>
a { background-color: #CE4872; }
a { background-color: rgb(206,72,114); }
div.DivClassName
{
background-color: #CE4872;
}
.BgClassName
{
background-color: #CE4872;
}
</style>
border-color css
<style>
span { border-color: #CE4872; }
span { border-color: rgb(206,72,114); }
td.TdClassName
{
border-color: #CE4872;
}
.TagClassName
{
border-color: #CE4872;
}
</style>