Shades of Cabaret #C7517A
Tints of Cabaret #C7517A
RGB
CMYK
RGB Variations
Color information
#C7517A (or 0xC7517A) is known color: Cabaret. HEX triplet: C7, 51 and 7A. RGB value is (199,81,122). Sum of RGB (Red+Green+Blue) = 199+81+122=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C7517A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7517A is #38AE85. Grayscale: #787878. Windows color (decimal): -3714694 or 8016327. OLE color: 8016327.
HSL color Cylindrical-coordinate representation of color #C7517A: hue angle of 339.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 #C7517A is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 81 | 122 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.22 |
| HSL | 339.15º | 0.51% | 0.55% | - |
| HSV(B) | 339.15º | 0.59% | 0.78% | - |
| XYZ | 30.01 | 19.43 | 20.58 | - |
| YUV | 120.96 | 128.59 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 81 | 122 | 0 | 0.59 | 0.39 | 0.22 | 339.15 | 0.51 | 0.55 |
| Hex | C7 | 51 | 7A | 0 | 3B | 27 | 16 | 153 | 33 | 37 |
| Octal | 307 | 121 | 172 | 0 | 73 | 47 | 26 | 523 | 63 | 67 |
| Binary | 11000111 | 1010001 | 1111010 | 0 | 111011 | 100111 | 10110 | 101010011 | 110011 | 110111 |
Color Harmonies of #C7517A
Complementary color
Monochromatic Colors of #C7517A
Black with #C7517A
Text Example
Text Example
White with #C7517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7517A; }
p { color: rgb(199,81,122); }
H1.HeaderClassName
{
color: #C7517A;
}
.AnyTagClassName
{
color: #C7517A;
}
</style>
background-color css
<style>
a { background-color: #C7517A; }
a { background-color: rgb(199,81,122); }
div.DivClassName
{
background-color: #C7517A;
}
.BgClassName
{
background-color: #C7517A;
}
</style>
border-color css
<style>
span { border-color: #C7517A; }
span { border-color: rgb(199,81,122); }
td.TdClassName
{
border-color: #C7517A;
}
.TagClassName
{
border-color: #C7517A;
}
</style>