Shades of Cabaret #C7526A
Tints of Cabaret #C7526A
RGB
CMYK
RGB Variations
Color information
#C7526A (or 0xC7526A) is known color: Cabaret. HEX triplet: C7, 52 and 6A. RGB value is (199,82,106). Sum of RGB (Red+Green+Blue) = 199+82+106=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C7526A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7526A is #38AD95. Grayscale: #777777. Windows color (decimal): -3714454 or 6968007. OLE color: 6968007.
HSL color Cylindrical-coordinate representation of color #C7526A: hue angle of 347.69º 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 #C7526A is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 82 | 106 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.22 |
| HSL | 347.69º | 0.51% | 0.55% | - |
| HSV(B) | 347.69º | 0.59% | 0.78% | - |
| XYZ | 29.17 | 19.22 | 15.81 | - |
| YUV | 119.72 | 120.26 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 82 | 106 | 0 | 0.59 | 0.47 | 0.22 | 347.69 | 0.51 | 0.55 |
| Hex | C7 | 52 | 6A | 0 | 3B | 2F | 16 | 15C | 33 | 37 |
| Octal | 307 | 122 | 152 | 0 | 73 | 57 | 26 | 534 | 63 | 67 |
| Binary | 11000111 | 1010010 | 1101010 | 0 | 111011 | 101111 | 10110 | 101011100 | 110011 | 110111 |
Color Harmonies of #C7526A
Complementary color
Monochromatic Colors of #C7526A
Black with #C7526A
Text Example
Text Example
White with #C7526A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7526A; }
p { color: rgb(199,82,106); }
H1.HeaderClassName
{
color: #C7526A;
}
.AnyTagClassName
{
color: #C7526A;
}
</style>
background-color css
<style>
a { background-color: #C7526A; }
a { background-color: rgb(199,82,106); }
div.DivClassName
{
background-color: #C7526A;
}
.BgClassName
{
background-color: #C7526A;
}
</style>
border-color css
<style>
span { border-color: #C7526A; }
span { border-color: rgb(199,82,106); }
td.TdClassName
{
border-color: #C7526A;
}
.TagClassName
{
border-color: #C7526A;
}
</style>