Shades of Cabaret #C7537B
Tints of Cabaret #C7537B
RGB
CMYK
RGB Variations
Color information
#C7537B (or 0xC7537B) is known color: Cabaret. HEX triplet: C7, 53 and 7B. RGB value is (199,83,123). Sum of RGB (Red+Green+Blue) = 199+83+123=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 83 (32.81% from 255 or 20.49% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C7537B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7537B is #38AC84. Grayscale: #7A7A7A. Windows color (decimal): -3714181 or 8082375. OLE color: 8082375.
HSL color Cylindrical-coordinate representation of color #C7537B: hue angle of 339.31º 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 #C7537B is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 123 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.22 |
| HSL | 339.31º | 0.51% | 0.55% | - |
| HSV(B) | 339.31º | 0.58% | 0.78% | - |
| XYZ | 30.22 | 19.76 | 20.96 | - |
| YUV | 122.24 | 128.43 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 123 | 0 | 0.58 | 0.38 | 0.22 | 339.31 | 0.51 | 0.55 |
| Hex | C7 | 53 | 7B | 0 | 3A | 26 | 16 | 153 | 33 | 37 |
| Octal | 307 | 123 | 173 | 0 | 72 | 46 | 26 | 523 | 63 | 67 |
| Binary | 11000111 | 1010011 | 1111011 | 0 | 111010 | 100110 | 10110 | 101010011 | 110011 | 110111 |
Color Harmonies of #C7537B
Complementary color
Monochromatic Colors of #C7537B
Black with #C7537B
Text Example
Text Example
White with #C7537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7537B; }
p { color: rgb(199,83,123); }
H1.HeaderClassName
{
color: #C7537B;
}
.AnyTagClassName
{
color: #C7537B;
}
</style>
background-color css
<style>
a { background-color: #C7537B; }
a { background-color: rgb(199,83,123); }
div.DivClassName
{
background-color: #C7537B;
}
.BgClassName
{
background-color: #C7537B;
}
</style>
border-color css
<style>
span { border-color: #C7537B; }
span { border-color: rgb(199,83,123); }
td.TdClassName
{
border-color: #C7537B;
}
.TagClassName
{
border-color: #C7537B;
}
</style>