Shades of Cabaret #C5506D
Tints of Cabaret #C5506D
RGB
CMYK
RGB Variations
Color information
#C5506D (or 0xC5506D) is known color: Cabaret. HEX triplet: C5, 50 and 6D. RGB value is (197,80,109). Sum of RGB (Red+Green+Blue) = 197+80+109=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C5506D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5506D is #3AAF92. Grayscale: #767676. Windows color (decimal): -3846035 or 7164101. OLE color: 7164101.
HSL color Cylindrical-coordinate representation of color #C5506D: hue angle of 345.13º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5506D is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 109 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.23 |
| HSL | 345.13º | 0.5% | 0.54% | - |
| HSV(B) | 345.13º | 0.59% | 0.77% | - |
| XYZ | 28.65 | 18.71 | 16.57 | - |
| YUV | 118.29 | 122.76 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 109 | 0 | 0.59 | 0.45 | 0.23 | 345.13 | 0.5 | 0.54 |
| Hex | C5 | 50 | 6D | 0 | 3B | 2D | 17 | 159 | 32 | 36 |
| Octal | 305 | 120 | 155 | 0 | 73 | 55 | 27 | 531 | 62 | 66 |
| Binary | 11000101 | 1010000 | 1101101 | 0 | 111011 | 101101 | 10111 | 101011001 | 110010 | 110110 |
Color Harmonies of #C5506D
Complementary color
Monochromatic Colors of #C5506D
Black with #C5506D
Text Example
Text Example
White with #C5506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5506D; }
p { color: rgb(197,80,109); }
H1.HeaderClassName
{
color: #C5506D;
}
.AnyTagClassName
{
color: #C5506D;
}
</style>
background-color css
<style>
a { background-color: #C5506D; }
a { background-color: rgb(197,80,109); }
div.DivClassName
{
background-color: #C5506D;
}
.BgClassName
{
background-color: #C5506D;
}
</style>
border-color css
<style>
span { border-color: #C5506D; }
span { border-color: rgb(197,80,109); }
td.TdClassName
{
border-color: #C5506D;
}
.TagClassName
{
border-color: #C5506D;
}
</style>