Shades of Cabaret #C74A70
Tints of Cabaret #C74A70
RGB
CMYK
RGB Variations
Color information
#C74A70 (or 0xC74A70) is known color: Cabaret. HEX triplet: C7, 4A and 70. RGB value is (199,74,112). Sum of RGB (Red+Green+Blue) = 199+74+112=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74A70 is #38B58F. Grayscale: #737373. Windows color (decimal): -3716496 or 7359175. OLE color: 7359175.
HSL color Cylindrical-coordinate representation of color #C74A70: hue angle of 341.76º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C74A70 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 74 | 112 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.22 |
| HSL | 341.76º | 0.53% | 0.54% | - |
| HSV(B) | 341.76º | 0.63% | 0.78% | - |
| XYZ | 28.93 | 18.21 | 17.32 | - |
| YUV | 115.71 | 125.91 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 112 | 0 | 0.63 | 0.44 | 0.22 | 341.76 | 0.53 | 0.54 |
| Hex | C7 | 4A | 70 | 0 | 3F | 2C | 16 | 156 | 35 | 36 |
| Octal | 307 | 112 | 160 | 0 | 77 | 54 | 26 | 526 | 65 | 66 |
| Binary | 11000111 | 1001010 | 1110000 | 0 | 111111 | 101100 | 10110 | 101010110 | 110101 | 110110 |
Color Harmonies of #C74A70
Complementary color
Monochromatic Colors of #C74A70
Black with #C74A70
Text Example
Text Example
White with #C74A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74A70; }
p { color: rgb(199,74,112); }
H1.HeaderClassName
{
color: #C74A70;
}
.AnyTagClassName
{
color: #C74A70;
}
</style>
background-color css
<style>
a { background-color: #C74A70; }
a { background-color: rgb(199,74,112); }
div.DivClassName
{
background-color: #C74A70;
}
.BgClassName
{
background-color: #C74A70;
}
</style>
border-color css
<style>
span { border-color: #C74A70; }
span { border-color: rgb(199,74,112); }
td.TdClassName
{
border-color: #C74A70;
}
.TagClassName
{
border-color: #C74A70;
}
</style>