Shades of Cabaret #C74F73
Tints of Cabaret #C74F73
RGB
CMYK
RGB Variations
Color information
#C74F73 (or 0xC74F73) is known color: Cabaret. HEX triplet: C7, 4F and 73. RGB value is (199,79,115). Sum of RGB (Red+Green+Blue) = 199+79+115=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 79 (31.25% from 255 or 20.10% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C74F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C74F73 is #38B08C. Grayscale: #767676. Windows color (decimal): -3715213 or 7557063. OLE color: 7557063.
HSL color Cylindrical-coordinate representation of color #C74F73: hue angle of 342º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C74F73 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 79 | 115 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.22 |
| HSL | 342º | 0.52% | 0.55% | - |
| HSV(B) | 342º | 0.6% | 0.78% | - |
| XYZ | 29.44 | 18.97 | 18.33 | - |
| YUV | 118.98 | 125.76 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 79 | 115 | 0 | 0.60 | 0.42 | 0.22 | 342 | 0.52 | 0.55 |
| Hex | C7 | 4F | 73 | 0 | 3C | 2A | 16 | 156 | 34 | 37 |
| Octal | 307 | 117 | 163 | 0 | 74 | 52 | 26 | 526 | 64 | 67 |
| Binary | 11000111 | 1001111 | 1110011 | 0 | 111100 | 101010 | 10110 | 101010110 | 110100 | 110111 |
Color Harmonies of #C74F73
Complementary color
Monochromatic Colors of #C74F73
Black with #C74F73
Text Example
Text Example
White with #C74F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74F73; }
p { color: rgb(199,79,115); }
H1.HeaderClassName
{
color: #C74F73;
}
.AnyTagClassName
{
color: #C74F73;
}
</style>
background-color css
<style>
a { background-color: #C74F73; }
a { background-color: rgb(199,79,115); }
div.DivClassName
{
background-color: #C74F73;
}
.BgClassName
{
background-color: #C74F73;
}
</style>
border-color css
<style>
span { border-color: #C74F73; }
span { border-color: rgb(199,79,115); }
td.TdClassName
{
border-color: #C74F73;
}
.TagClassName
{
border-color: #C74F73;
}
</style>