Shades of Cabaret #C5506B
Tints of Cabaret #C5506B
RGB
CMYK
RGB Variations
Color information
#C5506B (or 0xC5506B) is known color: Cabaret. HEX triplet: C5, 50 and 6B. RGB value is (197,80,107). Sum of RGB (Red+Green+Blue) = 197+80+107=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C5506B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5506B is #3AAF94. Grayscale: #767676. Windows color (decimal): -3846037 or 7033029. OLE color: 7033029.
HSL color Cylindrical-coordinate representation of color #C5506B: hue angle of 346.15º 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 #C5506B is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 107 | - |
| CMYK | 0 | 0.59 | 0.46 | 0.23 |
| HSL | 346.15º | 0.5% | 0.54% | - |
| HSV(B) | 346.15º | 0.59% | 0.77% | - |
| XYZ | 28.55 | 18.67 | 16.01 | - |
| YUV | 118.06 | 121.76 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 107 | 0 | 0.59 | 0.46 | 0.23 | 346.15 | 0.5 | 0.54 |
| Hex | C5 | 50 | 6B | 0 | 3B | 2E | 17 | 15A | 32 | 36 |
| Octal | 305 | 120 | 153 | 0 | 73 | 56 | 27 | 532 | 62 | 66 |
| Binary | 11000101 | 1010000 | 1101011 | 0 | 111011 | 101110 | 10111 | 101011010 | 110010 | 110110 |
Color Harmonies of #C5506B
Complementary color
Monochromatic Colors of #C5506B
Black with #C5506B
Text Example
Text Example
White with #C5506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5506B; }
p { color: rgb(197,80,107); }
H1.HeaderClassName
{
color: #C5506B;
}
.AnyTagClassName
{
color: #C5506B;
}
</style>
background-color css
<style>
a { background-color: #C5506B; }
a { background-color: rgb(197,80,107); }
div.DivClassName
{
background-color: #C5506B;
}
.BgClassName
{
background-color: #C5506B;
}
</style>
border-color css
<style>
span { border-color: #C5506B; }
span { border-color: rgb(197,80,107); }
td.TdClassName
{
border-color: #C5506B;
}
.TagClassName
{
border-color: #C5506B;
}
</style>