Shades of Cabaret #C56379
Tints of Cabaret #C56379
RGB
CMYK
RGB Variations
Color information
#C56379 (or 0xC56379) is known color: Cabaret. HEX triplet: C5, 63 and 79. RGB value is (197,99,121). Sum of RGB (Red+Green+Blue) = 197+99+121=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 99 (39.06% from 255 or 23.74% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C56379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56379 is #3A9C86. Grayscale: #828282. Windows color (decimal): -3841159 or 7955397. OLE color: 7955397.
HSL color Cylindrical-coordinate representation of color #C56379: hue angle of 346.53º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C56379 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 99 | 121 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.23 |
| HSL | 346.53º | 0.46% | 0.58% | - |
| HSV(B) | 346.53º | 0.5% | 0.77% | - |
| XYZ | 30.94 | 22.17 | 20.74 | - |
| YUV | 130.81 | 122.47 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 121 | 0 | 0.50 | 0.39 | 0.23 | 346.53 | 0.46 | 0.58 |
| Hex | C5 | 63 | 79 | 0 | 32 | 27 | 17 | 15B | 2E | 3A |
| Octal | 305 | 143 | 171 | 0 | 62 | 47 | 27 | 533 | 56 | 72 |
| Binary | 11000101 | 1100011 | 1111001 | 0 | 110010 | 100111 | 10111 | 101011011 | 101110 | 111010 |
Color Harmonies of #C56379
Complementary color
Monochromatic Colors of #C56379
Black with #C56379
Text Example
Text Example
White with #C56379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56379; }
p { color: rgb(197,99,121); }
H1.HeaderClassName
{
color: #C56379;
}
.AnyTagClassName
{
color: #C56379;
}
</style>
background-color css
<style>
a { background-color: #C56379; }
a { background-color: rgb(197,99,121); }
div.DivClassName
{
background-color: #C56379;
}
.BgClassName
{
background-color: #C56379;
}
</style>
border-color css
<style>
span { border-color: #C56379; }
span { border-color: rgb(197,99,121); }
td.TdClassName
{
border-color: #C56379;
}
.TagClassName
{
border-color: #C56379;
}
</style>