Shades of Cabaret #C6537B
Tints of Cabaret #C6537B
RGB
CMYK
RGB Variations
Color information
#C6537B (or 0xC6537B) is known color: Cabaret. HEX triplet: C6, 53 and 7B. RGB value is (198,83,123). Sum of RGB (Red+Green+Blue) = 198+83+123=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C6537B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6537B is #39AC84. Grayscale: #797979. Windows color (decimal): -3779717 or 8082374. OLE color: 8082374.
HSL color Cylindrical-coordinate representation of color #C6537B: hue angle of 339.13º 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 #C6537B is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 83 | 123 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.22 |
| HSL | 339.13º | 0.5% | 0.55% | - |
| HSV(B) | 339.13º | 0.58% | 0.78% | - |
| XYZ | 29.96 | 19.62 | 20.95 | - |
| YUV | 121.95 | 128.6 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 123 | 0 | 0.58 | 0.38 | 0.22 | 339.13 | 0.5 | 0.55 |
| Hex | C6 | 53 | 7B | 0 | 3A | 26 | 16 | 153 | 32 | 37 |
| Octal | 306 | 123 | 173 | 0 | 72 | 46 | 26 | 523 | 62 | 67 |
| Binary | 11000110 | 1010011 | 1111011 | 0 | 111010 | 100110 | 10110 | 101010011 | 110010 | 110111 |
Color Harmonies of #C6537B
Complementary color
Monochromatic Colors of #C6537B
Black with #C6537B
Text Example
Text Example
White with #C6537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6537B; }
p { color: rgb(198,83,123); }
H1.HeaderClassName
{
color: #C6537B;
}
.AnyTagClassName
{
color: #C6537B;
}
</style>
background-color css
<style>
a { background-color: #C6537B; }
a { background-color: rgb(198,83,123); }
div.DivClassName
{
background-color: #C6537B;
}
.BgClassName
{
background-color: #C6537B;
}
</style>
border-color css
<style>
span { border-color: #C6537B; }
span { border-color: rgb(198,83,123); }
td.TdClassName
{
border-color: #C6537B;
}
.TagClassName
{
border-color: #C6537B;
}
</style>