Shades of Cabaret #C74975
Tints of Cabaret #C74975
RGB
CMYK
RGB Variations
Color information
#C74975 (or 0xC74975) is known color: Cabaret. HEX triplet: C7, 49 and 75. RGB value is (199,73,117). Sum of RGB (Red+Green+Blue) = 199+73+117=389 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.16% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 199 - color contains mainly: red. Hex color #C74975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74975 is #38B68A. Grayscale: #737373. Windows color (decimal): -3716747 or 7686599. OLE color: 7686599.
HSL color Cylindrical-coordinate representation of color #C74975: hue angle of 339.05º 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 #C74975 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 73 | 117 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.22 |
| HSL | 339.05º | 0.53% | 0.53% | - |
| HSV(B) | 339.05º | 0.63% | 0.78% | - |
| XYZ | 29.15 | 18.19 | 18.8 | - |
| YUV | 115.69 | 128.74 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 73 | 117 | 0 | 0.63 | 0.41 | 0.22 | 339.05 | 0.53 | 0.53 |
| Hex | C7 | 49 | 75 | 0 | 3F | 29 | 16 | 153 | 35 | 35 |
| Octal | 307 | 111 | 165 | 0 | 77 | 51 | 26 | 523 | 65 | 65 |
| Binary | 11000111 | 1001001 | 1110101 | 0 | 111111 | 101001 | 10110 | 101010011 | 110101 | 110101 |
Color Harmonies of #C74975
Complementary color
Monochromatic Colors of #C74975
Black with #C74975
Text Example
Text Example
White with #C74975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74975; }
p { color: rgb(199,73,117); }
H1.HeaderClassName
{
color: #C74975;
}
.AnyTagClassName
{
color: #C74975;
}
</style>
background-color css
<style>
a { background-color: #C74975; }
a { background-color: rgb(199,73,117); }
div.DivClassName
{
background-color: #C74975;
}
.BgClassName
{
background-color: #C74975;
}
</style>
border-color css
<style>
span { border-color: #C74975; }
span { border-color: rgb(199,73,117); }
td.TdClassName
{
border-color: #C74975;
}
.TagClassName
{
border-color: #C74975;
}
</style>