Shades of Cabaret #CE536C
Tints of Cabaret #CE536C
RGB
CMYK
RGB Variations
Color information
#CE536C (or 0xCE536C) is known color: Cabaret. HEX triplet: CE, 53 and 6C. RGB value is (206,83,108). Sum of RGB (Red+Green+Blue) = 206+83+108=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE536C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE536C is #31AC93. Grayscale: #7A7A7A. Windows color (decimal): -3255444 or 7099342. OLE color: 7099342.
HSL color Cylindrical-coordinate representation of color #CE536C: hue angle of 347.8º 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 #CE536C is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 83 | 108 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.19 |
| HSL | 347.8º | 0.56% | 0.57% | - |
| HSV(B) | 347.8º | 0.6% | 0.81% | - |
| XYZ | 31.25 | 20.39 | 16.48 | - |
| YUV | 122.63 | 119.75 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 108 | 0 | 0.60 | 0.48 | 0.19 | 347.8 | 0.56 | 0.57 |
| Hex | CE | 53 | 6C | 0 | 3C | 30 | 13 | 15C | 38 | 39 |
| Octal | 316 | 123 | 154 | 0 | 74 | 60 | 23 | 534 | 70 | 71 |
| Binary | 11001110 | 1010011 | 1101100 | 0 | 111100 | 110000 | 10011 | 101011100 | 111000 | 111001 |
Color Harmonies of #CE536C
Complementary color
Monochromatic Colors of #CE536C
Black with #CE536C
Text Example
Text Example
White with #CE536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE536C; }
p { color: rgb(206,83,108); }
H1.HeaderClassName
{
color: #CE536C;
}
.AnyTagClassName
{
color: #CE536C;
}
</style>
background-color css
<style>
a { background-color: #CE536C; }
a { background-color: rgb(206,83,108); }
div.DivClassName
{
background-color: #CE536C;
}
.BgClassName
{
background-color: #CE536C;
}
</style>
border-color css
<style>
span { border-color: #CE536C; }
span { border-color: rgb(206,83,108); }
td.TdClassName
{
border-color: #CE536C;
}
.TagClassName
{
border-color: #CE536C;
}
</style>