Shades of Cabaret #CE4673
Tints of Cabaret #CE4673
RGB
CMYK
RGB Variations
Color information
#CE4673 (or 0xCE4673) is known color: Cabaret. HEX triplet: CE, 46 and 73. RGB value is (206,70,115). Sum of RGB (Red+Green+Blue) = 206+70+115=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 70 (27.73% from 255 or 17.90% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4673 is #31B98C. Grayscale: #737373. Windows color (decimal): -3258765 or 7554766. OLE color: 7554766.
HSL color Cylindrical-coordinate representation of color #CE4673: hue angle of 340.15º 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 #CE4673 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 70 | 115 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.19 |
| HSL | 340.15º | 0.58% | 0.54% | - |
| HSV(B) | 340.15º | 0.66% | 0.81% | - |
| XYZ | 30.74 | 18.74 | 18.22 | - |
| YUV | 115.79 | 127.56 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 70 | 115 | 0 | 0.66 | 0.44 | 0.19 | 340.15 | 0.58 | 0.54 |
| Hex | CE | 46 | 73 | 0 | 42 | 2C | 13 | 154 | 3A | 36 |
| Octal | 316 | 106 | 163 | 0 | 102 | 54 | 23 | 524 | 72 | 66 |
| Binary | 11001110 | 1000110 | 1110011 | 0 | 1000010 | 101100 | 10011 | 101010100 | 111010 | 110110 |
Color Harmonies of #CE4673
Complementary color
Monochromatic Colors of #CE4673
Black with #CE4673
Text Example
Text Example
White with #CE4673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4673; }
p { color: rgb(206,70,115); }
H1.HeaderClassName
{
color: #CE4673;
}
.AnyTagClassName
{
color: #CE4673;
}
</style>
background-color css
<style>
a { background-color: #CE4673; }
a { background-color: rgb(206,70,115); }
div.DivClassName
{
background-color: #CE4673;
}
.BgClassName
{
background-color: #CE4673;
}
</style>
border-color css
<style>
span { border-color: #CE4673; }
span { border-color: rgb(206,70,115); }
td.TdClassName
{
border-color: #CE4673;
}
.TagClassName
{
border-color: #CE4673;
}
</style>