Shades of Cabaret #CE5176
Tints of Cabaret #CE5176
RGB
CMYK
RGB Variations
Color information
#CE5176 (or 0xCE5176) is known color: Cabaret. HEX triplet: CE, 51 and 76. RGB value is (206,81,118). Sum of RGB (Red+Green+Blue) = 206+81+118=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 81 (32.03% from 255 or 20% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5176 is #31AE89. Grayscale: #7A7A7A. Windows color (decimal): -3255946 or 7754190. OLE color: 7754190.
HSL color Cylindrical-coordinate representation of color #CE5176: hue angle of 342.24º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CE5176 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 81 | 118 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.19 |
| HSL | 342.24º | 0.56% | 0.56% | - |
| HSV(B) | 342.24º | 0.61% | 0.81% | - |
| XYZ | 31.67 | 20.31 | 19.39 | - |
| YUV | 122.59 | 125.41 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 118 | 0 | 0.61 | 0.43 | 0.19 | 342.24 | 0.56 | 0.56 |
| Hex | CE | 51 | 76 | 0 | 3D | 2B | 13 | 156 | 38 | 38 |
| Octal | 316 | 121 | 166 | 0 | 75 | 53 | 23 | 526 | 70 | 70 |
| Binary | 11001110 | 1010001 | 1110110 | 0 | 111101 | 101011 | 10011 | 101010110 | 111000 | 111000 |
Color Harmonies of #CE5176
Complementary color
Monochromatic Colors of #CE5176
Black with #CE5176
Text Example
Text Example
White with #CE5176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5176; }
p { color: rgb(206,81,118); }
H1.HeaderClassName
{
color: #CE5176;
}
.AnyTagClassName
{
color: #CE5176;
}
</style>
background-color css
<style>
a { background-color: #CE5176; }
a { background-color: rgb(206,81,118); }
div.DivClassName
{
background-color: #CE5176;
}
.BgClassName
{
background-color: #CE5176;
}
</style>
border-color css
<style>
span { border-color: #CE5176; }
span { border-color: rgb(206,81,118); }
td.TdClassName
{
border-color: #CE5176;
}
.TagClassName
{
border-color: #CE5176;
}
</style>