Shades of Cabaret #C5556B
Tints of Cabaret #C5556B
RGB
CMYK
RGB Variations
Color information
#C5556B (or 0xC5556B) is known color: Cabaret. HEX triplet: C5, 55 and 6B. RGB value is (197,85,107). Sum of RGB (Red+Green+Blue) = 197+85+107=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C5556B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5556B is #3AAA94. Grayscale: #797979. Windows color (decimal): -3844757 or 7034309. OLE color: 7034309.
HSL color Cylindrical-coordinate representation of color #C5556B: hue angle of 348.21º 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 #C5556B is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 107 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.23 |
| HSL | 348.21º | 0.49% | 0.55% | - |
| HSV(B) | 348.21º | 0.57% | 0.77% | - |
| XYZ | 28.93 | 19.43 | 16.14 | - |
| YUV | 121 | 120.11 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 107 | 0 | 0.57 | 0.46 | 0.23 | 348.21 | 0.49 | 0.55 |
| Hex | C5 | 55 | 6B | 0 | 39 | 2E | 17 | 15C | 31 | 37 |
| Octal | 305 | 125 | 153 | 0 | 71 | 56 | 27 | 534 | 61 | 67 |
| Binary | 11000101 | 1010101 | 1101011 | 0 | 111001 | 101110 | 10111 | 101011100 | 110001 | 110111 |
Color Harmonies of #C5556B
Complementary color
Monochromatic Colors of #C5556B
Black with #C5556B
Text Example
Text Example
White with #C5556B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5556B; }
p { color: rgb(197,85,107); }
H1.HeaderClassName
{
color: #C5556B;
}
.AnyTagClassName
{
color: #C5556B;
}
</style>
background-color css
<style>
a { background-color: #C5556B; }
a { background-color: rgb(197,85,107); }
div.DivClassName
{
background-color: #C5556B;
}
.BgClassName
{
background-color: #C5556B;
}
</style>
border-color css
<style>
span { border-color: #C5556B; }
span { border-color: rgb(197,85,107); }
td.TdClassName
{
border-color: #C5556B;
}
.TagClassName
{
border-color: #C5556B;
}
</style>