Shades of Cabaret #C75576
Tints of Cabaret #C75576
RGB
CMYK
RGB Variations
Color information
#C75576 (or 0xC75576) is known color: Cabaret. HEX triplet: C7, 55 and 76. RGB value is (199,85,118). Sum of RGB (Red+Green+Blue) = 199+85+118=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C75576 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75576 is #38AA89. Grayscale: #7A7A7A. Windows color (decimal): -3713674 or 7755207. OLE color: 7755207.
HSL color Cylindrical-coordinate representation of color #C75576: hue angle of 342.63º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C75576 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 85 | 118 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.22 |
| HSL | 342.63º | 0.5% | 0.56% | - |
| HSV(B) | 342.63º | 0.57% | 0.78% | - |
| XYZ | 30.07 | 19.95 | 19.4 | - |
| YUV | 122.85 | 125.27 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 118 | 0 | 0.57 | 0.41 | 0.22 | 342.63 | 0.5 | 0.56 |
| Hex | C7 | 55 | 76 | 0 | 39 | 29 | 16 | 157 | 32 | 38 |
| Octal | 307 | 125 | 166 | 0 | 71 | 51 | 26 | 527 | 62 | 70 |
| Binary | 11000111 | 1010101 | 1110110 | 0 | 111001 | 101001 | 10110 | 101010111 | 110010 | 111000 |
Color Harmonies of #C75576
Complementary color
Monochromatic Colors of #C75576
Black with #C75576
Text Example
Text Example
White with #C75576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75576; }
p { color: rgb(199,85,118); }
H1.HeaderClassName
{
color: #C75576;
}
.AnyTagClassName
{
color: #C75576;
}
</style>
background-color css
<style>
a { background-color: #C75576; }
a { background-color: rgb(199,85,118); }
div.DivClassName
{
background-color: #C75576;
}
.BgClassName
{
background-color: #C75576;
}
</style>
border-color css
<style>
span { border-color: #C75576; }
span { border-color: rgb(199,85,118); }
td.TdClassName
{
border-color: #C75576;
}
.TagClassName
{
border-color: #C75576;
}
</style>