Shades of Cabaret #C8537B
Tints of Cabaret #C8537B
RGB
CMYK
RGB Variations
Color information
#C8537B (or 0xC8537B) is known color: Cabaret. HEX triplet: C8, 53 and 7B. RGB value is (200,83,123). Sum of RGB (Red+Green+Blue) = 200+83+123=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 83 (32.81% from 255 or 20.44% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C8537B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8537B is #37AC84. Grayscale: #7A7A7A. Windows color (decimal): -3648645 or 8082376. OLE color: 8082376.
HSL color Cylindrical-coordinate representation of color #C8537B: hue angle of 339.49º 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 #C8537B is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 83 | 123 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.22 |
| HSL | 339.49º | 0.52% | 0.55% | - |
| HSV(B) | 339.49º | 0.59% | 0.78% | - |
| XYZ | 30.49 | 19.9 | 20.97 | - |
| YUV | 122.54 | 128.26 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 83 | 123 | 0 | 0.58 | 0.38 | 0.22 | 339.49 | 0.52 | 0.55 |
| Hex | C8 | 53 | 7B | 0 | 3A | 26 | 16 | 153 | 34 | 37 |
| Octal | 310 | 123 | 173 | 0 | 72 | 46 | 26 | 523 | 64 | 67 |
| Binary | 11001000 | 1010011 | 1111011 | 0 | 111010 | 100110 | 10110 | 101010011 | 110100 | 110111 |
Color Harmonies of #C8537B
Complementary color
Monochromatic Colors of #C8537B
Black with #C8537B
Text Example
Text Example
White with #C8537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8537B; }
p { color: rgb(200,83,123); }
H1.HeaderClassName
{
color: #C8537B;
}
.AnyTagClassName
{
color: #C8537B;
}
</style>
background-color css
<style>
a { background-color: #C8537B; }
a { background-color: rgb(200,83,123); }
div.DivClassName
{
background-color: #C8537B;
}
.BgClassName
{
background-color: #C8537B;
}
</style>
border-color css
<style>
span { border-color: #C8537B; }
span { border-color: rgb(200,83,123); }
td.TdClassName
{
border-color: #C8537B;
}
.TagClassName
{
border-color: #C8537B;
}
</style>