Shades of Cabaret #C7576C
Tints of Cabaret #C7576C
RGB
CMYK
RGB Variations
Color information
#C7576C (or 0xC7576C) is known color: Cabaret. HEX triplet: C7, 57 and 6C. RGB value is (199,87,108). Sum of RGB (Red+Green+Blue) = 199+87+108=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 87 (34.38% from 255 or 22.08% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C7576C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7576C is #38A893. Grayscale: #7A7A7A. Windows color (decimal): -3713172 or 7100359. OLE color: 7100359.
HSL color Cylindrical-coordinate representation of color #C7576C: hue angle of 348.75º 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 #C7576C is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 87 | 108 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.22 |
| HSL | 348.75º | 0.5% | 0.56% | - |
| HSV(B) | 348.75º | 0.56% | 0.78% | - |
| XYZ | 29.67 | 20.04 | 16.49 | - |
| YUV | 122.88 | 119.61 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 87 | 108 | 0 | 0.56 | 0.46 | 0.22 | 348.75 | 0.5 | 0.56 |
| Hex | C7 | 57 | 6C | 0 | 38 | 2E | 16 | 15D | 32 | 38 |
| Octal | 307 | 127 | 154 | 0 | 70 | 56 | 26 | 535 | 62 | 70 |
| Binary | 11000111 | 1010111 | 1101100 | 0 | 111000 | 101110 | 10110 | 101011101 | 110010 | 111000 |
Color Harmonies of #C7576C
Complementary color
Monochromatic Colors of #C7576C
Black with #C7576C
Text Example
Text Example
White with #C7576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7576C; }
p { color: rgb(199,87,108); }
H1.HeaderClassName
{
color: #C7576C;
}
.AnyTagClassName
{
color: #C7576C;
}
</style>
background-color css
<style>
a { background-color: #C7576C; }
a { background-color: rgb(199,87,108); }
div.DivClassName
{
background-color: #C7576C;
}
.BgClassName
{
background-color: #C7576C;
}
</style>
border-color css
<style>
span { border-color: #C7576C; }
span { border-color: rgb(199,87,108); }
td.TdClassName
{
border-color: #C7576C;
}
.TagClassName
{
border-color: #C7576C;
}
</style>