Shades of Cabaret #CE526D
Tints of Cabaret #CE526D
RGB
CMYK
RGB Variations
Color information
#CE526D (or 0xCE526D) is known color: Cabaret. HEX triplet: CE, 52 and 6D. RGB value is (206,82,109). Sum of RGB (Red+Green+Blue) = 206+82+109=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE526D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE526D is #31AD92. Grayscale: #7A7A7A. Windows color (decimal): -3255699 or 7164622. OLE color: 7164622.
HSL color Cylindrical-coordinate representation of color #CE526D: hue angle of 346.94º 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 #CE526D is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 109 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.19 |
| HSL | 346.94º | 0.56% | 0.56% | - |
| HSV(B) | 346.94º | 0.6% | 0.81% | - |
| XYZ | 31.23 | 20.26 | 16.73 | - |
| YUV | 122.15 | 120.58 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 109 | 0 | 0.60 | 0.47 | 0.19 | 346.94 | 0.56 | 0.56 |
| Hex | CE | 52 | 6D | 0 | 3C | 2F | 13 | 15B | 38 | 38 |
| Octal | 316 | 122 | 155 | 0 | 74 | 57 | 23 | 533 | 70 | 70 |
| Binary | 11001110 | 1010010 | 1101101 | 0 | 111100 | 101111 | 10011 | 101011011 | 111000 | 111000 |
Color Harmonies of #CE526D
Complementary color
Monochromatic Colors of #CE526D
Black with #CE526D
Text Example
Text Example
White with #CE526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE526D; }
p { color: rgb(206,82,109); }
H1.HeaderClassName
{
color: #CE526D;
}
.AnyTagClassName
{
color: #CE526D;
}
</style>
background-color css
<style>
a { background-color: #CE526D; }
a { background-color: rgb(206,82,109); }
div.DivClassName
{
background-color: #CE526D;
}
.BgClassName
{
background-color: #CE526D;
}
</style>
border-color css
<style>
span { border-color: #CE526D; }
span { border-color: rgb(206,82,109); }
td.TdClassName
{
border-color: #CE526D;
}
.TagClassName
{
border-color: #CE526D;
}
</style>