Shades of Cabaret #C7516E
Tints of Cabaret #C7516E
RGB
CMYK
RGB Variations
Color information
#C7516E (or 0xC7516E) is known color: Cabaret. HEX triplet: C7, 51 and 6E. RGB value is (199,81,110). Sum of RGB (Red+Green+Blue) = 199+81+110=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C7516E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7516E is #38AE91. Grayscale: #777777. Windows color (decimal): -3714706 or 7229895. OLE color: 7229895.
HSL color Cylindrical-coordinate representation of color #C7516E: hue angle of 345.25º 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 #C7516E is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 81 | 110 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.22 |
| HSL | 345.25º | 0.51% | 0.55% | - |
| HSV(B) | 345.25º | 0.59% | 0.78% | - |
| XYZ | 29.31 | 19.15 | 16.9 | - |
| YUV | 119.59 | 122.59 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 81 | 110 | 0 | 0.59 | 0.45 | 0.22 | 345.25 | 0.51 | 0.55 |
| Hex | C7 | 51 | 6E | 0 | 3B | 2D | 16 | 159 | 33 | 37 |
| Octal | 307 | 121 | 156 | 0 | 73 | 55 | 26 | 531 | 63 | 67 |
| Binary | 11000111 | 1010001 | 1101110 | 0 | 111011 | 101101 | 10110 | 101011001 | 110011 | 110111 |
Color Harmonies of #C7516E
Complementary color
Monochromatic Colors of #C7516E
Black with #C7516E
Text Example
Text Example
White with #C7516E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7516E; }
p { color: rgb(199,81,110); }
H1.HeaderClassName
{
color: #C7516E;
}
.AnyTagClassName
{
color: #C7516E;
}
</style>
background-color css
<style>
a { background-color: #C7516E; }
a { background-color: rgb(199,81,110); }
div.DivClassName
{
background-color: #C7516E;
}
.BgClassName
{
background-color: #C7516E;
}
</style>
border-color css
<style>
span { border-color: #C7516E; }
span { border-color: rgb(199,81,110); }
td.TdClassName
{
border-color: #C7516E;
}
.TagClassName
{
border-color: #C7516E;
}
</style>