Shades of Cabaret #C75970
Tints of Cabaret #C75970
RGB
CMYK
RGB Variations
Color information
#C75970 (or 0xC75970) is known color: Cabaret. HEX triplet: C7, 59 and 70. RGB value is (199,89,112). Sum of RGB (Red+Green+Blue) = 199+89+112=400 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.75% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 199 - color contains mainly: red. Hex color #C75970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75970 is #38A68F. Grayscale: #7C7C7C. Windows color (decimal): -3712656 or 7363015. OLE color: 7363015.
HSL color Cylindrical-coordinate representation of color #C75970: hue angle of 347.45º 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 #C75970 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 89 | 112 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.22 |
| HSL | 347.45º | 0.5% | 0.56% | - |
| HSV(B) | 347.45º | 0.55% | 0.78% | - |
| XYZ | 30.05 | 20.46 | 17.69 | - |
| YUV | 124.51 | 120.94 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 89 | 112 | 0 | 0.55 | 0.44 | 0.22 | 347.45 | 0.5 | 0.56 |
| Hex | C7 | 59 | 70 | 0 | 37 | 2C | 16 | 15B | 32 | 38 |
| Octal | 307 | 131 | 160 | 0 | 67 | 54 | 26 | 533 | 62 | 70 |
| Binary | 11000111 | 1011001 | 1110000 | 0 | 110111 | 101100 | 10110 | 101011011 | 110010 | 111000 |
Color Harmonies of #C75970
Complementary color
Monochromatic Colors of #C75970
Black with #C75970
Text Example
Text Example
White with #C75970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75970; }
p { color: rgb(199,89,112); }
H1.HeaderClassName
{
color: #C75970;
}
.AnyTagClassName
{
color: #C75970;
}
</style>
background-color css
<style>
a { background-color: #C75970; }
a { background-color: rgb(199,89,112); }
div.DivClassName
{
background-color: #C75970;
}
.BgClassName
{
background-color: #C75970;
}
</style>
border-color css
<style>
span { border-color: #C75970; }
span { border-color: rgb(199,89,112); }
td.TdClassName
{
border-color: #C75970;
}
.TagClassName
{
border-color: #C75970;
}
</style>