Shades of Cabaret #CE4A73
Tints of Cabaret #CE4A73
RGB
CMYK
RGB Variations
Color information
#CE4A73 (or 0xCE4A73) is known color: Cabaret. HEX triplet: CE, 4A and 73. RGB value is (206,74,115). Sum of RGB (Red+Green+Blue) = 206+74+115=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4A73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4A73 is #31B58C. Grayscale: #767676. Windows color (decimal): -3257741 or 7555790. OLE color: 7555790.
HSL color Cylindrical-coordinate representation of color #CE4A73: hue angle of 341.36º 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 #CE4A73 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 74 | 115 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.19 |
| HSL | 341.36º | 0.57% | 0.55% | - |
| HSV(B) | 341.36º | 0.64% | 0.81% | - |
| XYZ | 31 | 19.26 | 18.3 | - |
| YUV | 118.14 | 126.23 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 115 | 0 | 0.64 | 0.44 | 0.19 | 341.36 | 0.57 | 0.55 |
| Hex | CE | 4A | 73 | 0 | 40 | 2C | 13 | 155 | 39 | 37 |
| Octal | 316 | 112 | 163 | 0 | 100 | 54 | 23 | 525 | 71 | 67 |
| Binary | 11001110 | 1001010 | 1110011 | 0 | 1000000 | 101100 | 10011 | 101010101 | 111001 | 110111 |
Color Harmonies of #CE4A73
Complementary color
Monochromatic Colors of #CE4A73
Black with #CE4A73
Text Example
Text Example
White with #CE4A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4A73; }
p { color: rgb(206,74,115); }
H1.HeaderClassName
{
color: #CE4A73;
}
.AnyTagClassName
{
color: #CE4A73;
}
</style>
background-color css
<style>
a { background-color: #CE4A73; }
a { background-color: rgb(206,74,115); }
div.DivClassName
{
background-color: #CE4A73;
}
.BgClassName
{
background-color: #CE4A73;
}
</style>
border-color css
<style>
span { border-color: #CE4A73; }
span { border-color: rgb(206,74,115); }
td.TdClassName
{
border-color: #CE4A73;
}
.TagClassName
{
border-color: #CE4A73;
}
</style>