Shades of Cabaret #CE5C73
Tints of Cabaret #CE5C73
RGB
CMYK
RGB Variations
Color information
#CE5C73 (or 0xCE5C73) is known color: Cabaret. HEX triplet: CE, 5C and 73. RGB value is (206,92,115). Sum of RGB (Red+Green+Blue) = 206+92+115=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5C73 is #31A38C. Grayscale: #808080. Windows color (decimal): -3253133 or 7560398. OLE color: 7560398.
HSL color Cylindrical-coordinate representation of color #CE5C73: hue angle of 347.89º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE5C73 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 92 | 115 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.19 |
| HSL | 347.89º | 0.54% | 0.58% | - |
| HSV(B) | 347.89º | 0.55% | 0.81% | - |
| XYZ | 32.38 | 22.01 | 18.76 | - |
| YUV | 128.71 | 120.27 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 92 | 115 | 0 | 0.55 | 0.44 | 0.19 | 347.89 | 0.54 | 0.58 |
| Hex | CE | 5C | 73 | 0 | 37 | 2C | 13 | 15C | 36 | 3A |
| Octal | 316 | 134 | 163 | 0 | 67 | 54 | 23 | 534 | 66 | 72 |
| Binary | 11001110 | 1011100 | 1110011 | 0 | 110111 | 101100 | 10011 | 101011100 | 110110 | 111010 |
Color Harmonies of #CE5C73
Complementary color
Monochromatic Colors of #CE5C73
Black with #CE5C73
Text Example
Text Example
White with #CE5C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5C73; }
p { color: rgb(206,92,115); }
H1.HeaderClassName
{
color: #CE5C73;
}
.AnyTagClassName
{
color: #CE5C73;
}
</style>
background-color css
<style>
a { background-color: #CE5C73; }
a { background-color: rgb(206,92,115); }
div.DivClassName
{
background-color: #CE5C73;
}
.BgClassName
{
background-color: #CE5C73;
}
</style>
border-color css
<style>
span { border-color: #CE5C73; }
span { border-color: rgb(206,92,115); }
td.TdClassName
{
border-color: #CE5C73;
}
.TagClassName
{
border-color: #CE5C73;
}
</style>