Shades of Cabaret #C5546C
Tints of Cabaret #C5546C
RGB
CMYK
RGB Variations
Color information
#C5546C (or 0xC5546C) is known color: Cabaret. HEX triplet: C5, 54 and 6C. RGB value is (197,84,108). Sum of RGB (Red+Green+Blue) = 197+84+108=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C5546C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5546C is #3AAB93. Grayscale: #787878. Windows color (decimal): -3845012 or 7099589. OLE color: 7099589.
HSL color Cylindrical-coordinate representation of color #C5546C: hue angle of 347.26º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5546C is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 84 | 108 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.23 |
| HSL | 347.26º | 0.49% | 0.55% | - |
| HSV(B) | 347.26º | 0.57% | 0.77% | - |
| XYZ | 28.9 | 19.29 | 16.39 | - |
| YUV | 120.52 | 120.94 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 84 | 108 | 0 | 0.57 | 0.45 | 0.23 | 347.26 | 0.49 | 0.55 |
| Hex | C5 | 54 | 6C | 0 | 39 | 2D | 17 | 15B | 31 | 37 |
| Octal | 305 | 124 | 154 | 0 | 71 | 55 | 27 | 533 | 61 | 67 |
| Binary | 11000101 | 1010100 | 1101100 | 0 | 111001 | 101101 | 10111 | 101011011 | 110001 | 110111 |
Color Harmonies of #C5546C
Complementary color
Monochromatic Colors of #C5546C
Black with #C5546C
Text Example
Text Example
White with #C5546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5546C; }
p { color: rgb(197,84,108); }
H1.HeaderClassName
{
color: #C5546C;
}
.AnyTagClassName
{
color: #C5546C;
}
</style>
background-color css
<style>
a { background-color: #C5546C; }
a { background-color: rgb(197,84,108); }
div.DivClassName
{
background-color: #C5546C;
}
.BgClassName
{
background-color: #C5546C;
}
</style>
border-color css
<style>
span { border-color: #C5546C; }
span { border-color: rgb(197,84,108); }
td.TdClassName
{
border-color: #C5546C;
}
.TagClassName
{
border-color: #C5546C;
}
</style>