Shades of Cabaret #C75975
Tints of Cabaret #C75975
RGB
CMYK
RGB Variations
Color information
#C75975 (or 0xC75975) is known color: Cabaret. HEX triplet: C7, 59 and 75. RGB value is (199,89,117). Sum of RGB (Red+Green+Blue) = 199+89+117=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C75975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75975 is #38A68A. Grayscale: #7D7D7D. Windows color (decimal): -3712651 or 7690695. OLE color: 7690695.
HSL color Cylindrical-coordinate representation of color #C75975: hue angle of 344.73º 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 #C75975 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 117 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.22 |
| HSL | 344.73º | 0.5% | 0.56% | - |
| HSV(B) | 344.73º | 0.55% | 0.78% | - |
| XYZ | 30.34 | 20.57 | 19.2 | - |
| YUV | 125.08 | 123.44 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 117 | 0 | 0.55 | 0.41 | 0.22 | 344.73 | 0.5 | 0.56 |
| Hex | C7 | 59 | 75 | 0 | 37 | 29 | 16 | 159 | 32 | 38 |
| Octal | 307 | 131 | 165 | 0 | 67 | 51 | 26 | 531 | 62 | 70 |
| Binary | 11000111 | 1011001 | 1110101 | 0 | 110111 | 101001 | 10110 | 101011001 | 110010 | 111000 |
Color Harmonies of #C75975
Complementary color
Monochromatic Colors of #C75975
Black with #C75975
Text Example
Text Example
White with #C75975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75975; }
p { color: rgb(199,89,117); }
H1.HeaderClassName
{
color: #C75975;
}
.AnyTagClassName
{
color: #C75975;
}
</style>
background-color css
<style>
a { background-color: #C75975; }
a { background-color: rgb(199,89,117); }
div.DivClassName
{
background-color: #C75975;
}
.BgClassName
{
background-color: #C75975;
}
</style>
border-color css
<style>
span { border-color: #C75975; }
span { border-color: rgb(199,89,117); }
td.TdClassName
{
border-color: #C75975;
}
.TagClassName
{
border-color: #C75975;
}
</style>