Shades of Cabaret #C56478
Tints of Cabaret #C56478
RGB
CMYK
RGB Variations
Color information
#C56478 (or 0xC56478) is known color: Cabaret. HEX triplet: C5, 64 and 78. RGB value is (197,100,120). Sum of RGB (Red+Green+Blue) = 197+100+120=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C56478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56478 is #3A9B87. Grayscale: #838383. Windows color (decimal): -3840904 or 7890117. OLE color: 7890117.
HSL color Cylindrical-coordinate representation of color #C56478: hue angle of 347.63º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C56478 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 100 | 120 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.23 |
| HSL | 347.63º | 0.46% | 0.58% | - |
| HSV(B) | 347.63º | 0.49% | 0.77% | - |
| XYZ | 30.97 | 22.34 | 20.45 | - |
| YUV | 131.28 | 121.64 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 100 | 120 | 0 | 0.49 | 0.39 | 0.23 | 347.63 | 0.46 | 0.58 |
| Hex | C5 | 64 | 78 | 0 | 31 | 27 | 17 | 15C | 2E | 3A |
| Octal | 305 | 144 | 170 | 0 | 61 | 47 | 27 | 534 | 56 | 72 |
| Binary | 11000101 | 1100100 | 1111000 | 0 | 110001 | 100111 | 10111 | 101011100 | 101110 | 111010 |
Color Harmonies of #C56478
Complementary color
Monochromatic Colors of #C56478
Black with #C56478
Text Example
Text Example
White with #C56478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56478; }
p { color: rgb(197,100,120); }
H1.HeaderClassName
{
color: #C56478;
}
.AnyTagClassName
{
color: #C56478;
}
</style>
background-color css
<style>
a { background-color: #C56478; }
a { background-color: rgb(197,100,120); }
div.DivClassName
{
background-color: #C56478;
}
.BgClassName
{
background-color: #C56478;
}
</style>
border-color css
<style>
span { border-color: #C56478; }
span { border-color: rgb(197,100,120); }
td.TdClassName
{
border-color: #C56478;
}
.TagClassName
{
border-color: #C56478;
}
</style>