Shades of Cabaret #C75A77
Tints of Cabaret #C75A77
RGB
CMYK
RGB Variations
Color information
#C75A77 (or 0xC75A77) is known color: Cabaret. HEX triplet: C7, 5A and 77. RGB value is (199,90,119). Sum of RGB (Red+Green+Blue) = 199+90+119=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 119 (46.88% from 255 or 29.17% from 408); Max value from RGB is 199 - color contains mainly: red. Hex color #C75A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75A77 is #38A588. Grayscale: #7D7D7D. Windows color (decimal): -3712393 or 7822023. OLE color: 7822023.
HSL color Cylindrical-coordinate representation of color #C75A77: hue angle of 344.04º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C75A77 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 90 | 119 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.22 |
| HSL | 344.04º | 0.49% | 0.57% | - |
| HSV(B) | 344.04º | 0.55% | 0.78% | - |
| XYZ | 30.54 | 20.79 | 19.86 | - |
| YUV | 125.9 | 124.11 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 90 | 119 | 0 | 0.55 | 0.40 | 0.22 | 344.04 | 0.49 | 0.57 |
| Hex | C7 | 5A | 77 | 0 | 37 | 28 | 16 | 158 | 31 | 39 |
| Octal | 307 | 132 | 167 | 0 | 67 | 50 | 26 | 530 | 61 | 71 |
| Binary | 11000111 | 1011010 | 1110111 | 0 | 110111 | 101000 | 10110 | 101011000 | 110001 | 111001 |
Color Harmonies of #C75A77
Complementary color
Monochromatic Colors of #C75A77
Black with #C75A77
Text Example
Text Example
White with #C75A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75A77; }
p { color: rgb(199,90,119); }
H1.HeaderClassName
{
color: #C75A77;
}
.AnyTagClassName
{
color: #C75A77;
}
</style>
background-color css
<style>
a { background-color: #C75A77; }
a { background-color: rgb(199,90,119); }
div.DivClassName
{
background-color: #C75A77;
}
.BgClassName
{
background-color: #C75A77;
}
</style>
border-color css
<style>
span { border-color: #C75A77; }
span { border-color: rgb(199,90,119); }
td.TdClassName
{
border-color: #C75A77;
}
.TagClassName
{
border-color: #C75A77;
}
</style>