Shades of Cabaret #C5506E
Tints of Cabaret #C5506E
RGB
CMYK
RGB Variations
Color information
#C5506E (or 0xC5506E) is known color: Cabaret. HEX triplet: C5, 50 and 6E. RGB value is (197,80,110). Sum of RGB (Red+Green+Blue) = 197+80+110=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C5506E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5506E is #3AAF91. Grayscale: #767676. Windows color (decimal): -3846034 or 7229637. OLE color: 7229637.
HSL color Cylindrical-coordinate representation of color #C5506E: hue angle of 344.62º 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 #C5506E is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 110 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.23 |
| HSL | 344.62º | 0.5% | 0.54% | - |
| HSV(B) | 344.62º | 0.59% | 0.77% | - |
| XYZ | 28.71 | 18.73 | 16.85 | - |
| YUV | 118.4 | 123.26 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 110 | 0 | 0.59 | 0.44 | 0.23 | 344.62 | 0.5 | 0.54 |
| Hex | C5 | 50 | 6E | 0 | 3B | 2C | 17 | 159 | 32 | 36 |
| Octal | 305 | 120 | 156 | 0 | 73 | 54 | 27 | 531 | 62 | 66 |
| Binary | 11000101 | 1010000 | 1101110 | 0 | 111011 | 101100 | 10111 | 101011001 | 110010 | 110110 |
Color Harmonies of #C5506E
Complementary color
Monochromatic Colors of #C5506E
Black with #C5506E
Text Example
Text Example
White with #C5506E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5506E; }
p { color: rgb(197,80,110); }
H1.HeaderClassName
{
color: #C5506E;
}
.AnyTagClassName
{
color: #C5506E;
}
</style>
background-color css
<style>
a { background-color: #C5506E; }
a { background-color: rgb(197,80,110); }
div.DivClassName
{
background-color: #C5506E;
}
.BgClassName
{
background-color: #C5506E;
}
</style>
border-color css
<style>
span { border-color: #C5506E; }
span { border-color: rgb(197,80,110); }
td.TdClassName
{
border-color: #C5506E;
}
.TagClassName
{
border-color: #C5506E;
}
</style>