Shades of Cabaret #CE536B
Tints of Cabaret #CE536B
RGB
CMYK
RGB Variations
Color information
#CE536B (or 0xCE536B) is known color: Cabaret. HEX triplet: CE, 53 and 6B. RGB value is (206,83,107). Sum of RGB (Red+Green+Blue) = 206+83+107=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 83 (32.81% from 255 or 20.96% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CE536B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE536B is #31AC94. Grayscale: #7A7A7A. Windows color (decimal): -3255445 or 7033806. OLE color: 7033806.
HSL color Cylindrical-coordinate representation of color #CE536B: hue angle of 348.29º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE536B is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 107 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.19 |
| HSL | 348.29º | 0.56% | 0.57% | - |
| HSV(B) | 348.29º | 0.6% | 0.81% | - |
| XYZ | 31.2 | 20.37 | 16.2 | - |
| YUV | 122.51 | 119.25 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 107 | 0 | 0.60 | 0.48 | 0.19 | 348.29 | 0.56 | 0.57 |
| Hex | CE | 53 | 6B | 0 | 3C | 30 | 13 | 15C | 38 | 39 |
| Octal | 316 | 123 | 153 | 0 | 74 | 60 | 23 | 534 | 70 | 71 |
| Binary | 11001110 | 1010011 | 1101011 | 0 | 111100 | 110000 | 10011 | 101011100 | 111000 | 111001 |
Color Harmonies of #CE536B
Complementary color
Monochromatic Colors of #CE536B
Black with #CE536B
Text Example
Text Example
White with #CE536B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE536B; }
p { color: rgb(206,83,107); }
H1.HeaderClassName
{
color: #CE536B;
}
.AnyTagClassName
{
color: #CE536B;
}
</style>
background-color css
<style>
a { background-color: #CE536B; }
a { background-color: rgb(206,83,107); }
div.DivClassName
{
background-color: #CE536B;
}
.BgClassName
{
background-color: #CE536B;
}
</style>
border-color css
<style>
span { border-color: #CE536B; }
span { border-color: rgb(206,83,107); }
td.TdClassName
{
border-color: #CE536B;
}
.TagClassName
{
border-color: #CE536B;
}
</style>