Shades of Cabaret #C5506F
Tints of Cabaret #C5506F
RGB
CMYK
RGB Variations
Color information
#C5506F (or 0xC5506F) is known color: Cabaret. HEX triplet: C5, 50 and 6F. RGB value is (197,80,111). Sum of RGB (Red+Green+Blue) = 197+80+111=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C5506F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5506F is #3AAF90. Grayscale: #767676. Windows color (decimal): -3846033 or 7295173. OLE color: 7295173.
HSL color Cylindrical-coordinate representation of color #C5506F: hue angle of 344.1º 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 #C5506F is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 111 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.23 |
| HSL | 344.1º | 0.5% | 0.54% | - |
| HSV(B) | 344.1º | 0.59% | 0.77% | - |
| XYZ | 28.76 | 18.76 | 17.14 | - |
| YUV | 118.52 | 123.76 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 111 | 0 | 0.59 | 0.44 | 0.23 | 344.1 | 0.5 | 0.54 |
| Hex | C5 | 50 | 6F | 0 | 3B | 2C | 17 | 158 | 32 | 36 |
| Octal | 305 | 120 | 157 | 0 | 73 | 54 | 27 | 530 | 62 | 66 |
| Binary | 11000101 | 1010000 | 1101111 | 0 | 111011 | 101100 | 10111 | 101011000 | 110010 | 110110 |
Color Harmonies of #C5506F
Complementary color
Monochromatic Colors of #C5506F
Black with #C5506F
Text Example
Text Example
White with #C5506F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5506F; }
p { color: rgb(197,80,111); }
H1.HeaderClassName
{
color: #C5506F;
}
.AnyTagClassName
{
color: #C5506F;
}
</style>
background-color css
<style>
a { background-color: #C5506F; }
a { background-color: rgb(197,80,111); }
div.DivClassName
{
background-color: #C5506F;
}
.BgClassName
{
background-color: #C5506F;
}
</style>
border-color css
<style>
span { border-color: #C5506F; }
span { border-color: rgb(197,80,111); }
td.TdClassName
{
border-color: #C5506F;
}
.TagClassName
{
border-color: #C5506F;
}
</style>