Shades of Cabaret #C5486E
Tints of Cabaret #C5486E
RGB
CMYK
RGB Variations
Color information
#C5486E (or 0xC5486E) is known color: Cabaret. HEX triplet: C5, 48 and 6E. RGB value is (197,72,110). Sum of RGB (Red+Green+Blue) = 197+72+110=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C5486E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5486E is #3AB791. Grayscale: #717171. Windows color (decimal): -3848082 or 7227589. OLE color: 7227589.
HSL color Cylindrical-coordinate representation of color #C5486E: hue angle of 341.76º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5486E is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 110 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.23 |
| HSL | 341.76º | 0.52% | 0.53% | - |
| HSV(B) | 341.76º | 0.63% | 0.77% | - |
| XYZ | 28.16 | 17.63 | 16.67 | - |
| YUV | 113.71 | 125.91 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 110 | 0 | 0.63 | 0.44 | 0.23 | 341.76 | 0.52 | 0.53 |
| Hex | C5 | 48 | 6E | 0 | 3F | 2C | 17 | 156 | 34 | 35 |
| Octal | 305 | 110 | 156 | 0 | 77 | 54 | 27 | 526 | 64 | 65 |
| Binary | 11000101 | 1001000 | 1101110 | 0 | 111111 | 101100 | 10111 | 101010110 | 110100 | 110101 |
Color Harmonies of #C5486E
Complementary color
Monochromatic Colors of #C5486E
Black with #C5486E
Text Example
Text Example
White with #C5486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5486E; }
p { color: rgb(197,72,110); }
H1.HeaderClassName
{
color: #C5486E;
}
.AnyTagClassName
{
color: #C5486E;
}
</style>
background-color css
<style>
a { background-color: #C5486E; }
a { background-color: rgb(197,72,110); }
div.DivClassName
{
background-color: #C5486E;
}
.BgClassName
{
background-color: #C5486E;
}
</style>
border-color css
<style>
span { border-color: #C5486E; }
span { border-color: rgb(197,72,110); }
td.TdClassName
{
border-color: #C5486E;
}
.TagClassName
{
border-color: #C5486E;
}
</style>