Shades of Cabaret #C75777
Tints of Cabaret #C75777
RGB
CMYK
RGB Variations
Color information
#C75777 (or 0xC75777) is known color: Cabaret. HEX triplet: C7, 57 and 77. RGB value is (199,87,119). Sum of RGB (Red+Green+Blue) = 199+87+119=405 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.14% from 405); Green value is 87 (34.38% from 255 or 21.48% from 405); Blue value is 119 (46.88% from 255 or 29.38% from 405); Max value from RGB is 199 - color contains mainly: red. Hex color #C75777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75777 is #38A888. Grayscale: #7C7C7C. Windows color (decimal): -3713161 or 7821255. OLE color: 7821255.
HSL color Cylindrical-coordinate representation of color #C75777: hue angle of 342.86º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C75777 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 87 | 119 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.22 |
| HSL | 342.86º | 0.5% | 0.56% | - |
| HSV(B) | 342.86º | 0.56% | 0.78% | - |
| XYZ | 30.29 | 20.29 | 19.77 | - |
| YUV | 124.14 | 125.11 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 87 | 119 | 0 | 0.56 | 0.40 | 0.22 | 342.86 | 0.5 | 0.56 |
| Hex | C7 | 57 | 77 | 0 | 38 | 28 | 16 | 157 | 32 | 38 |
| Octal | 307 | 127 | 167 | 0 | 70 | 50 | 26 | 527 | 62 | 70 |
| Binary | 11000111 | 1010111 | 1110111 | 0 | 111000 | 101000 | 10110 | 101010111 | 110010 | 111000 |
Color Harmonies of #C75777
Complementary color
Monochromatic Colors of #C75777
Black with #C75777
Text Example
Text Example
White with #C75777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75777; }
p { color: rgb(199,87,119); }
H1.HeaderClassName
{
color: #C75777;
}
.AnyTagClassName
{
color: #C75777;
}
</style>
background-color css
<style>
a { background-color: #C75777; }
a { background-color: rgb(199,87,119); }
div.DivClassName
{
background-color: #C75777;
}
.BgClassName
{
background-color: #C75777;
}
</style>
border-color css
<style>
span { border-color: #C75777; }
span { border-color: rgb(199,87,119); }
td.TdClassName
{
border-color: #C75777;
}
.TagClassName
{
border-color: #C75777;
}
</style>