Shades of Cabaret #C74D71
Tints of Cabaret #C74D71
RGB
CMYK
RGB Variations
Color information
#C74D71 (or 0xC74D71) is known color: Cabaret. HEX triplet: C7, 4D and 71. RGB value is (199,77,113). Sum of RGB (Red+Green+Blue) = 199+77+113=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C74D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C74D71 is #38B28E. Grayscale: #757575. Windows color (decimal): -3715727 or 7425479. OLE color: 7425479.
HSL color Cylindrical-coordinate representation of color #C74D71: hue angle of 342.3º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C74D71 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 77 | 113 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.22 |
| HSL | 342.3º | 0.52% | 0.54% | - |
| HSV(B) | 342.3º | 0.61% | 0.78% | - |
| XYZ | 29.19 | 18.64 | 17.68 | - |
| YUV | 117.58 | 125.42 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 77 | 113 | 0 | 0.61 | 0.43 | 0.22 | 342.3 | 0.52 | 0.54 |
| Hex | C7 | 4D | 71 | 0 | 3D | 2B | 16 | 156 | 34 | 36 |
| Octal | 307 | 115 | 161 | 0 | 75 | 53 | 26 | 526 | 64 | 66 |
| Binary | 11000111 | 1001101 | 1110001 | 0 | 111101 | 101011 | 10110 | 101010110 | 110100 | 110110 |
Color Harmonies of #C74D71
Complementary color
Monochromatic Colors of #C74D71
Black with #C74D71
Text Example
Text Example
White with #C74D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74D71; }
p { color: rgb(199,77,113); }
H1.HeaderClassName
{
color: #C74D71;
}
.AnyTagClassName
{
color: #C74D71;
}
</style>
background-color css
<style>
a { background-color: #C74D71; }
a { background-color: rgb(199,77,113); }
div.DivClassName
{
background-color: #C74D71;
}
.BgClassName
{
background-color: #C74D71;
}
</style>
border-color css
<style>
span { border-color: #C74D71; }
span { border-color: rgb(199,77,113); }
td.TdClassName
{
border-color: #C74D71;
}
.TagClassName
{
border-color: #C74D71;
}
</style>