Shades of Cabaret #C5476E
Tints of Cabaret #C5476E
RGB
CMYK
RGB Variations
Color information
#C5476E (or 0xC5476E) is known color: Cabaret. HEX triplet: C5, 47 and 6E. RGB value is (197,71,110). Sum of RGB (Red+Green+Blue) = 197+71+110=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C5476E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5476E is #3AB891. Grayscale: #717171. Windows color (decimal): -3848338 or 7227333. OLE color: 7227333.
HSL color Cylindrical-coordinate representation of color #C5476E: hue angle of 341.43º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5476E is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 71 | 110 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.23 |
| HSL | 341.43º | 0.52% | 0.53% | - |
| HSV(B) | 341.43º | 0.64% | 0.77% | - |
| XYZ | 28.09 | 17.5 | 16.65 | - |
| YUV | 113.12 | 126.24 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 110 | 0 | 0.64 | 0.44 | 0.23 | 341.43 | 0.52 | 0.53 |
| Hex | C5 | 47 | 6E | 0 | 40 | 2C | 17 | 155 | 34 | 35 |
| Octal | 305 | 107 | 156 | 0 | 100 | 54 | 27 | 525 | 64 | 65 |
| Binary | 11000101 | 1000111 | 1101110 | 0 | 1000000 | 101100 | 10111 | 101010101 | 110100 | 110101 |
Color Harmonies of #C5476E
Complementary color
Monochromatic Colors of #C5476E
Black with #C5476E
Text Example
Text Example
White with #C5476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5476E; }
p { color: rgb(197,71,110); }
H1.HeaderClassName
{
color: #C5476E;
}
.AnyTagClassName
{
color: #C5476E;
}
</style>
background-color css
<style>
a { background-color: #C5476E; }
a { background-color: rgb(197,71,110); }
div.DivClassName
{
background-color: #C5476E;
}
.BgClassName
{
background-color: #C5476E;
}
</style>
border-color css
<style>
span { border-color: #C5476E; }
span { border-color: rgb(197,71,110); }
td.TdClassName
{
border-color: #C5476E;
}
.TagClassName
{
border-color: #C5476E;
}
</style>