Shades of Cabaret #C74370
Tints of Cabaret #C74370
RGB
CMYK
RGB Variations
Color information
#C74370 (or 0xC74370) is known color: Cabaret. HEX triplet: C7, 43 and 70. RGB value is (199,67,112). Sum of RGB (Red+Green+Blue) = 199+67+112=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 67 (26.56% from 255 or 17.72% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C74370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74370 is #38BC8F. Grayscale: #6F6F6F. Windows color (decimal): -3718288 or 7357383. OLE color: 7357383.
HSL color Cylindrical-coordinate representation of color #C74370: hue angle of 339.55º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C74370 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 67 | 112 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.22 |
| HSL | 339.55º | 0.54% | 0.52% | - |
| HSV(B) | 339.55º | 0.66% | 0.78% | - |
| XYZ | 28.48 | 17.33 | 17.17 | - |
| YUV | 111.6 | 128.23 | 190.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 67 | 112 | 0 | 0.66 | 0.44 | 0.22 | 339.55 | 0.54 | 0.52 |
| Hex | C7 | 43 | 70 | 0 | 42 | 2C | 16 | 154 | 36 | 34 |
| Octal | 307 | 103 | 160 | 0 | 102 | 54 | 26 | 524 | 66 | 64 |
| Binary | 11000111 | 1000011 | 1110000 | 0 | 1000010 | 101100 | 10110 | 101010100 | 110110 | 110100 |
Color Harmonies of #C74370
Complementary color
Monochromatic Colors of #C74370
Black with #C74370
Text Example
Text Example
White with #C74370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74370; }
p { color: rgb(199,67,112); }
H1.HeaderClassName
{
color: #C74370;
}
.AnyTagClassName
{
color: #C74370;
}
</style>
background-color css
<style>
a { background-color: #C74370; }
a { background-color: rgb(199,67,112); }
div.DivClassName
{
background-color: #C74370;
}
.BgClassName
{
background-color: #C74370;
}
</style>
border-color css
<style>
span { border-color: #C74370; }
span { border-color: rgb(199,67,112); }
td.TdClassName
{
border-color: #C74370;
}
.TagClassName
{
border-color: #C74370;
}
</style>