Shades of Cabaret #C56078
Tints of Cabaret #C56078
RGB
CMYK
RGB Variations
Color information
#C56078 (or 0xC56078) is known color: Cabaret. HEX triplet: C5, 60 and 78. RGB value is (197,96,120). Sum of RGB (Red+Green+Blue) = 197+96+120=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 120 (47.27% from 255 or 29.06% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C56078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56078 is #3A9F87. Grayscale: #808080. Windows color (decimal): -3841928 or 7889093. OLE color: 7889093.
HSL color Cylindrical-coordinate representation of color #C56078: hue angle of 345.74º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C56078 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 120 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.23 |
| HSL | 345.74º | 0.47% | 0.57% | - |
| HSV(B) | 345.74º | 0.51% | 0.77% | - |
| XYZ | 30.6 | 21.59 | 20.32 | - |
| YUV | 128.94 | 122.96 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 120 | 0 | 0.51 | 0.39 | 0.23 | 345.74 | 0.47 | 0.57 |
| Hex | C5 | 60 | 78 | 0 | 33 | 27 | 17 | 15A | 2F | 39 |
| Octal | 305 | 140 | 170 | 0 | 63 | 47 | 27 | 532 | 57 | 71 |
| Binary | 11000101 | 1100000 | 1111000 | 0 | 110011 | 100111 | 10111 | 101011010 | 101111 | 111001 |
Color Harmonies of #C56078
Complementary color
Monochromatic Colors of #C56078
Black with #C56078
Text Example
Text Example
White with #C56078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56078; }
p { color: rgb(197,96,120); }
H1.HeaderClassName
{
color: #C56078;
}
.AnyTagClassName
{
color: #C56078;
}
</style>
background-color css
<style>
a { background-color: #C56078; }
a { background-color: rgb(197,96,120); }
div.DivClassName
{
background-color: #C56078;
}
.BgClassName
{
background-color: #C56078;
}
</style>
border-color css
<style>
span { border-color: #C56078; }
span { border-color: rgb(197,96,120); }
td.TdClassName
{
border-color: #C56078;
}
.TagClassName
{
border-color: #C56078;
}
</style>