Shades of Cabaret #C74060
Tints of Cabaret #C74060
RGB
CMYK
RGB Variations
Color information
#C74060 (or 0xC74060) is known color: Cabaret. HEX triplet: C7, 40 and 60. RGB value is (199,64,96). Sum of RGB (Red+Green+Blue) = 199+64+96=359 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.43% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 199 - color contains mainly: red. Hex color #C74060 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74060 is #38BF9F. Grayscale: #6C6C6C. Windows color (decimal): -3719072 or 6308039. OLE color: 6308039.
HSL color Cylindrical-coordinate representation of color #C74060: hue angle of 345.78º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C74060 is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 64 | 96 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.22 |
| HSL | 345.78º | 0.55% | 0.52% | - |
| HSV(B) | 345.78º | 0.68% | 0.78% | - |
| XYZ | 27.5 | 16.65 | 12.83 | - |
| YUV | 108.01 | 121.23 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 64 | 96 | 0 | 0.68 | 0.52 | 0.22 | 345.78 | 0.55 | 0.52 |
| Hex | C7 | 40 | 60 | 0 | 44 | 34 | 16 | 15A | 37 | 34 |
| Octal | 307 | 100 | 140 | 0 | 104 | 64 | 26 | 532 | 67 | 64 |
| Binary | 11000111 | 1000000 | 1100000 | 0 | 1000100 | 110100 | 10110 | 101011010 | 110111 | 110100 |
Color Harmonies of #C74060
Complementary color
Monochromatic Colors of #C74060
Black with #C74060
Text Example
Text Example
White with #C74060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74060; }
p { color: rgb(199,64,96); }
H1.HeaderClassName
{
color: #C74060;
}
.AnyTagClassName
{
color: #C74060;
}
</style>
background-color css
<style>
a { background-color: #C74060; }
a { background-color: rgb(199,64,96); }
div.DivClassName
{
background-color: #C74060;
}
.BgClassName
{
background-color: #C74060;
}
</style>
border-color css
<style>
span { border-color: #C74060; }
span { border-color: rgb(199,64,96); }
td.TdClassName
{
border-color: #C74060;
}
.TagClassName
{
border-color: #C74060;
}
</style>