Shades of Cabaret #C7537A
Tints of Cabaret #C7537A
RGB
CMYK
RGB Variations
Color information
#C7537A (or 0xC7537A) is known color: Cabaret. HEX triplet: C7, 53 and 7A. RGB value is (199,83,122). Sum of RGB (Red+Green+Blue) = 199+83+122=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C7537A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7537A is #38AC85. Grayscale: #7A7A7A. Windows color (decimal): -3714182 or 8016839. OLE color: 8016839.
HSL color Cylindrical-coordinate representation of color #C7537A: hue angle of 339.83º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C7537A is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 122 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.22 |
| HSL | 339.83º | 0.51% | 0.55% | - |
| HSV(B) | 339.83º | 0.58% | 0.78% | - |
| XYZ | 30.16 | 19.73 | 20.63 | - |
| YUV | 122.13 | 127.93 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 122 | 0 | 0.58 | 0.39 | 0.22 | 339.83 | 0.51 | 0.55 |
| Hex | C7 | 53 | 7A | 0 | 3A | 27 | 16 | 154 | 33 | 37 |
| Octal | 307 | 123 | 172 | 0 | 72 | 47 | 26 | 524 | 63 | 67 |
| Binary | 11000111 | 1010011 | 1111010 | 0 | 111010 | 100111 | 10110 | 101010100 | 110011 | 110111 |
Color Harmonies of #C7537A
Complementary color
Monochromatic Colors of #C7537A
Black with #C7537A
Text Example
Text Example
White with #C7537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7537A; }
p { color: rgb(199,83,122); }
H1.HeaderClassName
{
color: #C7537A;
}
.AnyTagClassName
{
color: #C7537A;
}
</style>
background-color css
<style>
a { background-color: #C7537A; }
a { background-color: rgb(199,83,122); }
div.DivClassName
{
background-color: #C7537A;
}
.BgClassName
{
background-color: #C7537A;
}
</style>
border-color css
<style>
span { border-color: #C7537A; }
span { border-color: rgb(199,83,122); }
td.TdClassName
{
border-color: #C7537A;
}
.TagClassName
{
border-color: #C7537A;
}
</style>