Shades of Cabaret #C75470
Tints of Cabaret #C75470
RGB
CMYK
RGB Variations
Color information
#C75470 (or 0xC75470) is known color: Cabaret. HEX triplet: C7, 54 and 70. RGB value is (199,84,112). Sum of RGB (Red+Green+Blue) = 199+84+112=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C75470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75470 is #38AB8F. Grayscale: #797979. Windows color (decimal): -3713936 or 7361735. OLE color: 7361735.
HSL color Cylindrical-coordinate representation of color #C75470: hue angle of 345.39º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C75470 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 84 | 112 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.22 |
| HSL | 345.39º | 0.51% | 0.55% | - |
| HSV(B) | 345.39º | 0.58% | 0.78% | - |
| XYZ | 29.65 | 19.65 | 17.56 | - |
| YUV | 121.58 | 122.6 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 84 | 112 | 0 | 0.58 | 0.44 | 0.22 | 345.39 | 0.51 | 0.55 |
| Hex | C7 | 54 | 70 | 0 | 3A | 2C | 16 | 159 | 33 | 37 |
| Octal | 307 | 124 | 160 | 0 | 72 | 54 | 26 | 531 | 63 | 67 |
| Binary | 11000111 | 1010100 | 1110000 | 0 | 111010 | 101100 | 10110 | 101011001 | 110011 | 110111 |
Color Harmonies of #C75470
Complementary color
Monochromatic Colors of #C75470
Black with #C75470
Text Example
Text Example
White with #C75470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75470; }
p { color: rgb(199,84,112); }
H1.HeaderClassName
{
color: #C75470;
}
.AnyTagClassName
{
color: #C75470;
}
</style>
background-color css
<style>
a { background-color: #C75470; }
a { background-color: rgb(199,84,112); }
div.DivClassName
{
background-color: #C75470;
}
.BgClassName
{
background-color: #C75470;
}
</style>
border-color css
<style>
span { border-color: #C75470; }
span { border-color: rgb(199,84,112); }
td.TdClassName
{
border-color: #C75470;
}
.TagClassName
{
border-color: #C75470;
}
</style>