Shades of Cabaret #C74470
Tints of Cabaret #C74470
RGB
CMYK
RGB Variations
Color information
#C74470 (or 0xC74470) is known color: Cabaret. HEX triplet: C7, 44 and 70. RGB value is (199,68,112). Sum of RGB (Red+Green+Blue) = 199+68+112=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C74470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74470 is #38BB8F. Grayscale: #707070. Windows color (decimal): -3718032 or 7357639. OLE color: 7357639.
HSL color Cylindrical-coordinate representation of color #C74470: hue angle of 339.85º 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 #C74470 is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 68 | 112 | - |
| CMYK | 0 | 0.66 | 0.44 | 0.22 |
| HSL | 339.85º | 0.54% | 0.52% | - |
| HSV(B) | 339.85º | 0.66% | 0.78% | - |
| XYZ | 28.54 | 17.45 | 17.19 | - |
| YUV | 112.19 | 127.9 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 112 | 0 | 0.66 | 0.44 | 0.22 | 339.85 | 0.54 | 0.52 |
| Hex | C7 | 44 | 70 | 0 | 42 | 2C | 16 | 154 | 36 | 34 |
| Octal | 307 | 104 | 160 | 0 | 102 | 54 | 26 | 524 | 66 | 64 |
| Binary | 11000111 | 1000100 | 1110000 | 0 | 1000010 | 101100 | 10110 | 101010100 | 110110 | 110100 |
Color Harmonies of #C74470
Complementary color
Monochromatic Colors of #C74470
Black with #C74470
Text Example
Text Example
White with #C74470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74470; }
p { color: rgb(199,68,112); }
H1.HeaderClassName
{
color: #C74470;
}
.AnyTagClassName
{
color: #C74470;
}
</style>
background-color css
<style>
a { background-color: #C74470; }
a { background-color: rgb(199,68,112); }
div.DivClassName
{
background-color: #C74470;
}
.BgClassName
{
background-color: #C74470;
}
</style>
border-color css
<style>
span { border-color: #C74470; }
span { border-color: rgb(199,68,112); }
td.TdClassName
{
border-color: #C74470;
}
.TagClassName
{
border-color: #C74470;
}
</style>