Shades of Cabaret #C8537A
Tints of Cabaret #C8537A
RGB
CMYK
RGB Variations
Color information
#C8537A (or 0xC8537A) is known color: Cabaret. HEX triplet: C8, 53 and 7A. RGB value is (200,83,122). Sum of RGB (Red+Green+Blue) = 200+83+122=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 83 (32.81% from 255 or 20.49% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C8537A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8537A is #37AC85. Grayscale: #7A7A7A. Windows color (decimal): -3648646 or 8016840. OLE color: 8016840.
HSL color Cylindrical-coordinate representation of color #C8537A: hue angle of 340º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C8537A is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 122 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.22 |
| HSL | 340º | 0.52% | 0.55% | - |
| HSV(B) | 340º | 0.59% | 0.78% | - |
| XYZ | 30.43 | 19.87 | 20.64 | - |
| YUV | 122.43 | 127.76 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 122 | 0 | 0.58 | 0.39 | 0.22 | 340 | 0.52 | 0.55 |
| Hex | C8 | 53 | 7A | 0 | 3A | 27 | 16 | 154 | 34 | 37 |
| Octal | 310 | 123 | 172 | 0 | 72 | 47 | 26 | 524 | 64 | 67 |
| Binary | 11001000 | 1010011 | 1111010 | 0 | 111010 | 100111 | 10110 | 101010100 | 110100 | 110111 |
Color Harmonies of #C8537A
Complementary color
Monochromatic Colors of #C8537A
Black with #C8537A
Text Example
Text Example
White with #C8537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8537A; }
p { color: rgb(200,83,122); }
H1.HeaderClassName
{
color: #C8537A;
}
.AnyTagClassName
{
color: #C8537A;
}
</style>
background-color css
<style>
a { background-color: #C8537A; }
a { background-color: rgb(200,83,122); }
div.DivClassName
{
background-color: #C8537A;
}
.BgClassName
{
background-color: #C8537A;
}
</style>
border-color css
<style>
span { border-color: #C8537A; }
span { border-color: rgb(200,83,122); }
td.TdClassName
{
border-color: #C8537A;
}
.TagClassName
{
border-color: #C8537A;
}
</style>