Shades of Cabaret #CE5271
Tints of Cabaret #CE5271
RGB
CMYK
RGB Variations
Color information
#CE5271 (or 0xCE5271) is known color: Cabaret. HEX triplet: CE, 52 and 71. RGB value is (206,82,113). Sum of RGB (Red+Green+Blue) = 206+82+113=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE5271 is #31AD8E. Grayscale: #7A7A7A. Windows color (decimal): -3255695 or 7426766. OLE color: 7426766.
HSL color Cylindrical-coordinate representation of color #CE5271: hue angle of 345º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE5271 is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 113 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.19 |
| HSL | 345º | 0.56% | 0.56% | - |
| HSV(B) | 345º | 0.6% | 0.81% | - |
| XYZ | 31.45 | 20.35 | 17.89 | - |
| YUV | 122.61 | 122.58 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 113 | 0 | 0.60 | 0.45 | 0.19 | 345 | 0.56 | 0.56 |
| Hex | CE | 52 | 71 | 0 | 3C | 2D | 13 | 159 | 38 | 38 |
| Octal | 316 | 122 | 161 | 0 | 74 | 55 | 23 | 531 | 70 | 70 |
| Binary | 11001110 | 1010010 | 1110001 | 0 | 111100 | 101101 | 10011 | 101011001 | 111000 | 111000 |
Color Harmonies of #CE5271
Complementary color
Monochromatic Colors of #CE5271
Black with #CE5271
Text Example
Text Example
White with #CE5271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5271; }
p { color: rgb(206,82,113); }
H1.HeaderClassName
{
color: #CE5271;
}
.AnyTagClassName
{
color: #CE5271;
}
</style>
background-color css
<style>
a { background-color: #CE5271; }
a { background-color: rgb(206,82,113); }
div.DivClassName
{
background-color: #CE5271;
}
.BgClassName
{
background-color: #CE5271;
}
</style>
border-color css
<style>
span { border-color: #CE5271; }
span { border-color: rgb(206,82,113); }
td.TdClassName
{
border-color: #CE5271;
}
.TagClassName
{
border-color: #CE5271;
}
</style>