Shades of Cabaret #C74970
Tints of Cabaret #C74970
RGB
CMYK
RGB Variations
Color information
#C74970 (or 0xC74970) is known color: Cabaret. HEX triplet: C7, 49 and 70. RGB value is (199,73,112). Sum of RGB (Red+Green+Blue) = 199+73+112=384 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.82% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 199 - color contains mainly: red. Hex color #C74970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74970 is #38B68F. Grayscale: #737373. Windows color (decimal): -3716752 or 7358919. OLE color: 7358919.
HSL color Cylindrical-coordinate representation of color #C74970: hue angle of 341.43º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C74970 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 73 | 112 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.22 |
| HSL | 341.43º | 0.53% | 0.53% | - |
| HSV(B) | 341.43º | 0.63% | 0.78% | - |
| XYZ | 28.86 | 18.08 | 17.3 | - |
| YUV | 115.12 | 126.24 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 73 | 112 | 0 | 0.63 | 0.44 | 0.22 | 341.43 | 0.53 | 0.53 |
| Hex | C7 | 49 | 70 | 0 | 3F | 2C | 16 | 155 | 35 | 35 |
| Octal | 307 | 111 | 160 | 0 | 77 | 54 | 26 | 525 | 65 | 65 |
| Binary | 11000111 | 1001001 | 1110000 | 0 | 111111 | 101100 | 10110 | 101010101 | 110101 | 110101 |
Color Harmonies of #C74970
Complementary color
Monochromatic Colors of #C74970
Black with #C74970
Text Example
Text Example
White with #C74970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74970; }
p { color: rgb(199,73,112); }
H1.HeaderClassName
{
color: #C74970;
}
.AnyTagClassName
{
color: #C74970;
}
</style>
background-color css
<style>
a { background-color: #C74970; }
a { background-color: rgb(199,73,112); }
div.DivClassName
{
background-color: #C74970;
}
.BgClassName
{
background-color: #C74970;
}
</style>
border-color css
<style>
span { border-color: #C74970; }
span { border-color: rgb(199,73,112); }
td.TdClassName
{
border-color: #C74970;
}
.TagClassName
{
border-color: #C74970;
}
</style>