Shades of Cabaret #C56378
Tints of Cabaret #C56378
RGB
CMYK
RGB Variations
Color information
#C56378 (or 0xC56378) is known color: Cabaret. HEX triplet: C5, 63 and 78. RGB value is (197,99,120). Sum of RGB (Red+Green+Blue) = 197+99+120=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C56378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56378 is #3A9C87. Grayscale: #828282. Windows color (decimal): -3841160 or 7889861. OLE color: 7889861.
HSL color Cylindrical-coordinate representation of color #C56378: hue angle of 347.14º 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 #C56378 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 99 | 120 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.23 |
| HSL | 347.14º | 0.46% | 0.58% | - |
| HSV(B) | 347.14º | 0.5% | 0.77% | - |
| XYZ | 30.88 | 22.15 | 20.42 | - |
| YUV | 130.7 | 121.97 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 120 | 0 | 0.50 | 0.39 | 0.23 | 347.14 | 0.46 | 0.58 |
| Hex | C5 | 63 | 78 | 0 | 32 | 27 | 17 | 15B | 2E | 3A |
| Octal | 305 | 143 | 170 | 0 | 62 | 47 | 27 | 533 | 56 | 72 |
| Binary | 11000101 | 1100011 | 1111000 | 0 | 110010 | 100111 | 10111 | 101011011 | 101110 | 111010 |
Color Harmonies of #C56378
Complementary color
Monochromatic Colors of #C56378
Black with #C56378
Text Example
Text Example
White with #C56378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56378; }
p { color: rgb(197,99,120); }
H1.HeaderClassName
{
color: #C56378;
}
.AnyTagClassName
{
color: #C56378;
}
</style>
background-color css
<style>
a { background-color: #C56378; }
a { background-color: rgb(197,99,120); }
div.DivClassName
{
background-color: #C56378;
}
.BgClassName
{
background-color: #C56378;
}
</style>
border-color css
<style>
span { border-color: #C56378; }
span { border-color: rgb(197,99,120); }
td.TdClassName
{
border-color: #C56378;
}
.TagClassName
{
border-color: #C56378;
}
</style>