Shades of Cabaret #CE526B
Tints of Cabaret #CE526B
RGB
CMYK
RGB Variations
Color information
#CE526B (or 0xCE526B) is known color: Cabaret. HEX triplet: CE, 52 and 6B. RGB value is (206,82,107). Sum of RGB (Red+Green+Blue) = 206+82+107=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE526B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE526B is #31AD94. Grayscale: #797979. Windows color (decimal): -3255701 or 7033550. OLE color: 7033550.
HSL color Cylindrical-coordinate representation of color #CE526B: hue angle of 347.9º 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 #CE526B is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 82 | 107 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.19 |
| HSL | 347.9º | 0.56% | 0.56% | - |
| HSV(B) | 347.9º | 0.6% | 0.81% | - |
| XYZ | 31.12 | 20.22 | 16.17 | - |
| YUV | 121.93 | 119.58 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 107 | 0 | 0.60 | 0.48 | 0.19 | 347.9 | 0.56 | 0.56 |
| Hex | CE | 52 | 6B | 0 | 3C | 30 | 13 | 15C | 38 | 38 |
| Octal | 316 | 122 | 153 | 0 | 74 | 60 | 23 | 534 | 70 | 70 |
| Binary | 11001110 | 1010010 | 1101011 | 0 | 111100 | 110000 | 10011 | 101011100 | 111000 | 111000 |
Color Harmonies of #CE526B
Complementary color
Monochromatic Colors of #CE526B
Black with #CE526B
Text Example
Text Example
White with #CE526B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE526B; }
p { color: rgb(206,82,107); }
H1.HeaderClassName
{
color: #CE526B;
}
.AnyTagClassName
{
color: #CE526B;
}
</style>
background-color css
<style>
a { background-color: #CE526B; }
a { background-color: rgb(206,82,107); }
div.DivClassName
{
background-color: #CE526B;
}
.BgClassName
{
background-color: #CE526B;
}
</style>
border-color css
<style>
span { border-color: #CE526B; }
span { border-color: rgb(206,82,107); }
td.TdClassName
{
border-color: #CE526B;
}
.TagClassName
{
border-color: #CE526B;
}
</style>