Shades of Cabaret #C7526D
Tints of Cabaret #C7526D
RGB
CMYK
RGB Variations
Color information
#C7526D (or 0xC7526D) is known color: Cabaret. HEX triplet: C7, 52 and 6D. RGB value is (199,82,109). Sum of RGB (Red+Green+Blue) = 199+82+109=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C7526D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7526D is #38AD92. Grayscale: #787878. Windows color (decimal): -3714451 or 7164615. OLE color: 7164615.
HSL color Cylindrical-coordinate representation of color #C7526D: hue angle of 346.15º degrees, saturation: 0.51, 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 #C7526D is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 82 | 109 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.22 |
| HSL | 346.15º | 0.51% | 0.55% | - |
| HSV(B) | 346.15º | 0.59% | 0.78% | - |
| XYZ | 29.33 | 19.28 | 16.64 | - |
| YUV | 120.06 | 121.76 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 109 | 0 | 0.59 | 0.45 | 0.22 | 346.15 | 0.51 | 0.55 |
| Hex | C7 | 52 | 6D | 0 | 3B | 2D | 16 | 15A | 33 | 37 |
| Octal | 307 | 122 | 155 | 0 | 73 | 55 | 26 | 532 | 63 | 67 |
| Binary | 11000111 | 1010010 | 1101101 | 0 | 111011 | 101101 | 10110 | 101011010 | 110011 | 110111 |
Color Harmonies of #C7526D
Complementary color
Monochromatic Colors of #C7526D
Black with #C7526D
Text Example
Text Example
White with #C7526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7526D; }
p { color: rgb(199,82,109); }
H1.HeaderClassName
{
color: #C7526D;
}
.AnyTagClassName
{
color: #C7526D;
}
</style>
background-color css
<style>
a { background-color: #C7526D; }
a { background-color: rgb(199,82,109); }
div.DivClassName
{
background-color: #C7526D;
}
.BgClassName
{
background-color: #C7526D;
}
</style>
border-color css
<style>
span { border-color: #C7526D; }
span { border-color: rgb(199,82,109); }
td.TdClassName
{
border-color: #C7526D;
}
.TagClassName
{
border-color: #C7526D;
}
</style>