Shades of Cabaret #C7516C
Tints of Cabaret #C7516C
RGB
CMYK
RGB Variations
Color information
#C7516C (or 0xC7516C) is known color: Cabaret. HEX triplet: C7, 51 and 6C. RGB value is (199,81,108). Sum of RGB (Red+Green+Blue) = 199+81+108=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C7516C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7516C is #38AE93. Grayscale: #777777. Windows color (decimal): -3714708 or 7098823. OLE color: 7098823.
HSL color Cylindrical-coordinate representation of color #C7516C: hue angle of 346.27º 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 #C7516C is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 81 | 108 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.22 |
| HSL | 346.27º | 0.51% | 0.55% | - |
| HSV(B) | 346.27º | 0.59% | 0.78% | - |
| XYZ | 29.2 | 19.11 | 16.34 | - |
| YUV | 119.36 | 121.59 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 81 | 108 | 0 | 0.59 | 0.46 | 0.22 | 346.27 | 0.51 | 0.55 |
| Hex | C7 | 51 | 6C | 0 | 3B | 2E | 16 | 15A | 33 | 37 |
| Octal | 307 | 121 | 154 | 0 | 73 | 56 | 26 | 532 | 63 | 67 |
| Binary | 11000111 | 1010001 | 1101100 | 0 | 111011 | 101110 | 10110 | 101011010 | 110011 | 110111 |
Color Harmonies of #C7516C
Complementary color
Monochromatic Colors of #C7516C
Black with #C7516C
Text Example
Text Example
White with #C7516C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7516C; }
p { color: rgb(199,81,108); }
H1.HeaderClassName
{
color: #C7516C;
}
.AnyTagClassName
{
color: #C7516C;
}
</style>
background-color css
<style>
a { background-color: #C7516C; }
a { background-color: rgb(199,81,108); }
div.DivClassName
{
background-color: #C7516C;
}
.BgClassName
{
background-color: #C7516C;
}
</style>
border-color css
<style>
span { border-color: #C7516C; }
span { border-color: rgb(199,81,108); }
td.TdClassName
{
border-color: #C7516C;
}
.TagClassName
{
border-color: #C7516C;
}
</style>