Shades of Cabaret #C4566D
Tints of Cabaret #C4566D
RGB
CMYK
RGB Variations
Color information
#C4566D (or 0xC4566D) is known color: Cabaret. HEX triplet: C4, 56 and 6D. RGB value is (196,86,109). Sum of RGB (Red+Green+Blue) = 196+86+109=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C4566D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4566D is #3BA992. Grayscale: #797979. Windows color (decimal): -3910035 or 7165636. OLE color: 7165636.
HSL color Cylindrical-coordinate representation of color #C4566D: hue angle of 347.45º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C4566D is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 86 | 109 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.23 |
| HSL | 347.45º | 0.48% | 0.55% | - |
| HSV(B) | 347.45º | 0.56% | 0.77% | - |
| XYZ | 28.85 | 19.5 | 16.71 | - |
| YUV | 121.51 | 120.94 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 109 | 0 | 0.56 | 0.44 | 0.23 | 347.45 | 0.48 | 0.55 |
| Hex | C4 | 56 | 6D | 0 | 38 | 2C | 17 | 15B | 30 | 37 |
| Octal | 304 | 126 | 155 | 0 | 70 | 54 | 27 | 533 | 60 | 67 |
| Binary | 11000100 | 1010110 | 1101101 | 0 | 111000 | 101100 | 10111 | 101011011 | 110000 | 110111 |
Color Harmonies of #C4566D
Complementary color
Monochromatic Colors of #C4566D
Black with #C4566D
Text Example
Text Example
White with #C4566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4566D; }
p { color: rgb(196,86,109); }
H1.HeaderClassName
{
color: #C4566D;
}
.AnyTagClassName
{
color: #C4566D;
}
</style>
background-color css
<style>
a { background-color: #C4566D; }
a { background-color: rgb(196,86,109); }
div.DivClassName
{
background-color: #C4566D;
}
.BgClassName
{
background-color: #C4566D;
}
</style>
border-color css
<style>
span { border-color: #C4566D; }
span { border-color: rgb(196,86,109); }
td.TdClassName
{
border-color: #C4566D;
}
.TagClassName
{
border-color: #C4566D;
}
</style>