Shades of Cabaret #C75979
Tints of Cabaret #C75979
RGB
CMYK
RGB Variations
Color information
#C75979 (or 0xC75979) is known color: Cabaret. HEX triplet: C7, 59 and 79. RGB value is (199,89,121). Sum of RGB (Red+Green+Blue) = 199+89+121=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 199 - color contains mainly: red. Hex color #C75979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75979 is #38A686. Grayscale: #7D7D7D. Windows color (decimal): -3712647 or 7952839. OLE color: 7952839.
HSL color Cylindrical-coordinate representation of color #C75979: hue angle of 342.55º 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 #C75979 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 121 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.22 |
| HSL | 342.55º | 0.5% | 0.56% | - |
| HSV(B) | 342.55º | 0.55% | 0.78% | - |
| XYZ | 30.58 | 20.67 | 20.47 | - |
| YUV | 125.54 | 125.44 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 121 | 0 | 0.55 | 0.39 | 0.22 | 342.55 | 0.5 | 0.56 |
| Hex | C7 | 59 | 79 | 0 | 37 | 27 | 16 | 157 | 32 | 38 |
| Octal | 307 | 131 | 171 | 0 | 67 | 47 | 26 | 527 | 62 | 70 |
| Binary | 11000111 | 1011001 | 1111001 | 0 | 110111 | 100111 | 10110 | 101010111 | 110010 | 111000 |
Color Harmonies of #C75979
Complementary color
Monochromatic Colors of #C75979
Black with #C75979
Text Example
Text Example
White with #C75979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75979; }
p { color: rgb(199,89,121); }
H1.HeaderClassName
{
color: #C75979;
}
.AnyTagClassName
{
color: #C75979;
}
</style>
background-color css
<style>
a { background-color: #C75979; }
a { background-color: rgb(199,89,121); }
div.DivClassName
{
background-color: #C75979;
}
.BgClassName
{
background-color: #C75979;
}
</style>
border-color css
<style>
span { border-color: #C75979; }
span { border-color: rgb(199,89,121); }
td.TdClassName
{
border-color: #C75979;
}
.TagClassName
{
border-color: #C75979;
}
</style>