Shades of Cabaret #C74971
Tints of Cabaret #C74971
RGB
CMYK
RGB Variations
Color information
#C74971 (or 0xC74971) is known color: Cabaret. HEX triplet: C7, 49 and 71. RGB value is (199,73,113). Sum of RGB (Red+Green+Blue) = 199+73+113=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C74971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74971 is #38B68E. Grayscale: #737373. Windows color (decimal): -3716751 or 7424455. OLE color: 7424455.
HSL color Cylindrical-coordinate representation of color #C74971: hue angle of 340.95º 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 #C74971 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 73 | 113 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.22 |
| HSL | 340.95º | 0.53% | 0.53% | - |
| HSV(B) | 340.95º | 0.63% | 0.78% | - |
| XYZ | 28.92 | 18.1 | 17.59 | - |
| YUV | 115.23 | 126.74 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 73 | 113 | 0 | 0.63 | 0.43 | 0.22 | 340.95 | 0.53 | 0.53 |
| Hex | C7 | 49 | 71 | 0 | 3F | 2B | 16 | 155 | 35 | 35 |
| Octal | 307 | 111 | 161 | 0 | 77 | 53 | 26 | 525 | 65 | 65 |
| Binary | 11000111 | 1001001 | 1110001 | 0 | 111111 | 101011 | 10110 | 101010101 | 110101 | 110101 |
Color Harmonies of #C74971
Complementary color
Monochromatic Colors of #C74971
Black with #C74971
Text Example
Text Example
White with #C74971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74971; }
p { color: rgb(199,73,113); }
H1.HeaderClassName
{
color: #C74971;
}
.AnyTagClassName
{
color: #C74971;
}
</style>
background-color css
<style>
a { background-color: #C74971; }
a { background-color: rgb(199,73,113); }
div.DivClassName
{
background-color: #C74971;
}
.BgClassName
{
background-color: #C74971;
}
</style>
border-color css
<style>
span { border-color: #C74971; }
span { border-color: rgb(199,73,113); }
td.TdClassName
{
border-color: #C74971;
}
.TagClassName
{
border-color: #C74971;
}
</style>