Shades of Cabaret #C6536E
Tints of Cabaret #C6536E
RGB
CMYK
RGB Variations
Color information
#C6536E (or 0xC6536E) is known color: Cabaret. HEX triplet: C6, 53 and 6E. RGB value is (198,83,110). Sum of RGB (Red+Green+Blue) = 198+83+110=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C6536E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6536E is #39AC91. Grayscale: #787878. Windows color (decimal): -3779730 or 7230406. OLE color: 7230406.
HSL color Cylindrical-coordinate representation of color #C6536E: hue angle of 345.91º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C6536E is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 83 | 110 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.22 |
| HSL | 345.91º | 0.5% | 0.55% | - |
| HSV(B) | 345.91º | 0.58% | 0.78% | - |
| XYZ | 29.2 | 19.32 | 16.94 | - |
| YUV | 120.46 | 122.1 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 110 | 0 | 0.58 | 0.44 | 0.22 | 345.91 | 0.5 | 0.55 |
| Hex | C6 | 53 | 6E | 0 | 3A | 2C | 16 | 15A | 32 | 37 |
| Octal | 306 | 123 | 156 | 0 | 72 | 54 | 26 | 532 | 62 | 67 |
| Binary | 11000110 | 1010011 | 1101110 | 0 | 111010 | 101100 | 10110 | 101011010 | 110010 | 110111 |
Color Harmonies of #C6536E
Complementary color
Monochromatic Colors of #C6536E
Black with #C6536E
Text Example
Text Example
White with #C6536E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6536E; }
p { color: rgb(198,83,110); }
H1.HeaderClassName
{
color: #C6536E;
}
.AnyTagClassName
{
color: #C6536E;
}
</style>
background-color css
<style>
a { background-color: #C6536E; }
a { background-color: rgb(198,83,110); }
div.DivClassName
{
background-color: #C6536E;
}
.BgClassName
{
background-color: #C6536E;
}
</style>
border-color css
<style>
span { border-color: #C6536E; }
span { border-color: rgb(198,83,110); }
td.TdClassName
{
border-color: #C6536E;
}
.TagClassName
{
border-color: #C6536E;
}
</style>