Shades of Cabaret #C8526D
Tints of Cabaret #C8526D
RGB
CMYK
RGB Variations
Color information
#C8526D (or 0xC8526D) is known color: Cabaret. HEX triplet: C8, 52 and 6D. RGB value is (200,82,109). Sum of RGB (Red+Green+Blue) = 200+82+109=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8526D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8526D is #37AD92. Grayscale: #787878. Windows color (decimal): -3648915 or 7164616. OLE color: 7164616.
HSL color Cylindrical-coordinate representation of color #C8526D: hue angle of 346.27º 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 #C8526D is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 109 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.22 |
| HSL | 346.27º | 0.52% | 0.55% | - |
| HSV(B) | 346.27º | 0.59% | 0.78% | - |
| XYZ | 29.6 | 19.42 | 16.66 | - |
| YUV | 120.36 | 121.59 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 109 | 0 | 0.59 | 0.46 | 0.22 | 346.27 | 0.52 | 0.55 |
| Hex | C8 | 52 | 6D | 0 | 3B | 2E | 16 | 15A | 34 | 37 |
| Octal | 310 | 122 | 155 | 0 | 73 | 56 | 26 | 532 | 64 | 67 |
| Binary | 11001000 | 1010010 | 1101101 | 0 | 111011 | 101110 | 10110 | 101011010 | 110100 | 110111 |
Color Harmonies of #C8526D
Complementary color
Monochromatic Colors of #C8526D
Black with #C8526D
Text Example
Text Example
White with #C8526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8526D; }
p { color: rgb(200,82,109); }
H1.HeaderClassName
{
color: #C8526D;
}
.AnyTagClassName
{
color: #C8526D;
}
</style>
background-color css
<style>
a { background-color: #C8526D; }
a { background-color: rgb(200,82,109); }
div.DivClassName
{
background-color: #C8526D;
}
.BgClassName
{
background-color: #C8526D;
}
</style>
border-color css
<style>
span { border-color: #C8526D; }
span { border-color: rgb(200,82,109); }
td.TdClassName
{
border-color: #C8526D;
}
.TagClassName
{
border-color: #C8526D;
}
</style>