Shades of Cabaret #C75976
Tints of Cabaret #C75976
RGB
CMYK
RGB Variations
Color information
#C75976 (or 0xC75976) is known color: Cabaret. HEX triplet: C7, 59 and 76. RGB value is (199,89,118). Sum of RGB (Red+Green+Blue) = 199+89+118=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C75976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75976 is #38A689. Grayscale: #7D7D7D. Windows color (decimal): -3712650 or 7756231. OLE color: 7756231.
HSL color Cylindrical-coordinate representation of color #C75976: hue angle of 344.18º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C75976 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 118 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.22 |
| HSL | 344.18º | 0.5% | 0.56% | - |
| HSV(B) | 344.18º | 0.55% | 0.78% | - |
| XYZ | 30.4 | 20.59 | 19.51 | - |
| YUV | 125.2 | 123.94 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 118 | 0 | 0.55 | 0.41 | 0.22 | 344.18 | 0.5 | 0.56 |
| Hex | C7 | 59 | 76 | 0 | 37 | 29 | 16 | 158 | 32 | 38 |
| Octal | 307 | 131 | 166 | 0 | 67 | 51 | 26 | 530 | 62 | 70 |
| Binary | 11000111 | 1011001 | 1110110 | 0 | 110111 | 101001 | 10110 | 101011000 | 110010 | 111000 |
Color Harmonies of #C75976
Complementary color
Monochromatic Colors of #C75976
Black with #C75976
Text Example
Text Example
White with #C75976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75976; }
p { color: rgb(199,89,118); }
H1.HeaderClassName
{
color: #C75976;
}
.AnyTagClassName
{
color: #C75976;
}
</style>
background-color css
<style>
a { background-color: #C75976; }
a { background-color: rgb(199,89,118); }
div.DivClassName
{
background-color: #C75976;
}
.BgClassName
{
background-color: #C75976;
}
</style>
border-color css
<style>
span { border-color: #C75976; }
span { border-color: rgb(199,89,118); }
td.TdClassName
{
border-color: #C75976;
}
.TagClassName
{
border-color: #C75976;
}
</style>