Shades of Cabaret #C75377
Tints of Cabaret #C75377
RGB
CMYK
RGB Variations
Color information
#C75377 (or 0xC75377) is known color: Cabaret. HEX triplet: C7, 53 and 77. RGB value is (199,83,119). Sum of RGB (Red+Green+Blue) = 199+83+119=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C75377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75377 is #38AC88. Grayscale: #797979. Windows color (decimal): -3714185 or 7820231. OLE color: 7820231.
HSL color Cylindrical-coordinate representation of color #C75377: hue angle of 341.38º 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 #C75377 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 119 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.22 |
| HSL | 341.38º | 0.51% | 0.55% | - |
| HSV(B) | 341.38º | 0.58% | 0.78% | - |
| XYZ | 29.98 | 19.66 | 19.67 | - |
| YUV | 121.79 | 126.43 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 119 | 0 | 0.58 | 0.40 | 0.22 | 341.38 | 0.51 | 0.55 |
| Hex | C7 | 53 | 77 | 0 | 3A | 28 | 16 | 155 | 33 | 37 |
| Octal | 307 | 123 | 167 | 0 | 72 | 50 | 26 | 525 | 63 | 67 |
| Binary | 11000111 | 1010011 | 1110111 | 0 | 111010 | 101000 | 10110 | 101010101 | 110011 | 110111 |
Color Harmonies of #C75377
Complementary color
Monochromatic Colors of #C75377
Black with #C75377
Text Example
Text Example
White with #C75377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75377; }
p { color: rgb(199,83,119); }
H1.HeaderClassName
{
color: #C75377;
}
.AnyTagClassName
{
color: #C75377;
}
</style>
background-color css
<style>
a { background-color: #C75377; }
a { background-color: rgb(199,83,119); }
div.DivClassName
{
background-color: #C75377;
}
.BgClassName
{
background-color: #C75377;
}
</style>
border-color css
<style>
span { border-color: #C75377; }
span { border-color: rgb(199,83,119); }
td.TdClassName
{
border-color: #C75377;
}
.TagClassName
{
border-color: #C75377;
}
</style>