Shades of Cabaret #CE5071
Tints of Cabaret #CE5071
RGB
CMYK
RGB Variations
Color information
#CE5071 (or 0xCE5071) is known color: Cabaret. HEX triplet: CE, 50 and 71. RGB value is (206,80,113). Sum of RGB (Red+Green+Blue) = 206+80+113=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5071 is #31AF8E. Grayscale: #797979. Windows color (decimal): -3256207 or 7426254. OLE color: 7426254.
HSL color Cylindrical-coordinate representation of color #CE5071: hue angle of 344.29º 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 #CE5071 is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 80 | 113 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.19 |
| HSL | 344.29º | 0.56% | 0.56% | - |
| HSV(B) | 344.29º | 0.61% | 0.81% | - |
| XYZ | 31.3 | 20.05 | 17.84 | - |
| YUV | 121.44 | 123.24 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 113 | 0 | 0.61 | 0.45 | 0.19 | 344.29 | 0.56 | 0.56 |
| Hex | CE | 50 | 71 | 0 | 3D | 2D | 13 | 158 | 38 | 38 |
| Octal | 316 | 120 | 161 | 0 | 75 | 55 | 23 | 530 | 70 | 70 |
| Binary | 11001110 | 1010000 | 1110001 | 0 | 111101 | 101101 | 10011 | 101011000 | 111000 | 111000 |
Color Harmonies of #CE5071
Complementary color
Monochromatic Colors of #CE5071
Black with #CE5071
Text Example
Text Example
White with #CE5071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5071; }
p { color: rgb(206,80,113); }
H1.HeaderClassName
{
color: #CE5071;
}
.AnyTagClassName
{
color: #CE5071;
}
</style>
background-color css
<style>
a { background-color: #CE5071; }
a { background-color: rgb(206,80,113); }
div.DivClassName
{
background-color: #CE5071;
}
.BgClassName
{
background-color: #CE5071;
}
</style>
border-color css
<style>
span { border-color: #CE5071; }
span { border-color: rgb(206,80,113); }
td.TdClassName
{
border-color: #CE5071;
}
.TagClassName
{
border-color: #CE5071;
}
</style>