Shades of Cabaret #C56577
Tints of Cabaret #C56577
RGB
CMYK
RGB Variations
Color information
#C56577 (or 0xC56577) is known color: Cabaret. HEX triplet: C5, 65 and 77. RGB value is (197,101,119). Sum of RGB (Red+Green+Blue) = 197+101+119=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C56577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56577 is #3A9A88. Grayscale: #838383. Windows color (decimal): -3840649 or 7824837. OLE color: 7824837.
HSL color Cylindrical-coordinate representation of color #C56577: hue angle of 348.75º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C56577 is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 119 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.23 |
| HSL | 348.75º | 0.45% | 0.58% | - |
| HSV(B) | 348.75º | 0.49% | 0.77% | - |
| XYZ | 31.01 | 22.51 | 20.16 | - |
| YUV | 131.76 | 120.8 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 119 | 0 | 0.49 | 0.40 | 0.23 | 348.75 | 0.45 | 0.58 |
| Hex | C5 | 65 | 77 | 0 | 31 | 28 | 17 | 15D | 2D | 3A |
| Octal | 305 | 145 | 167 | 0 | 61 | 50 | 27 | 535 | 55 | 72 |
| Binary | 11000101 | 1100101 | 1110111 | 0 | 110001 | 101000 | 10111 | 101011101 | 101101 | 111010 |
Color Harmonies of #C56577
Complementary color
Monochromatic Colors of #C56577
Black with #C56577
Text Example
Text Example
White with #C56577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56577; }
p { color: rgb(197,101,119); }
H1.HeaderClassName
{
color: #C56577;
}
.AnyTagClassName
{
color: #C56577;
}
</style>
background-color css
<style>
a { background-color: #C56577; }
a { background-color: rgb(197,101,119); }
div.DivClassName
{
background-color: #C56577;
}
.BgClassName
{
background-color: #C56577;
}
</style>
border-color css
<style>
span { border-color: #C56577; }
span { border-color: rgb(197,101,119); }
td.TdClassName
{
border-color: #C56577;
}
.TagClassName
{
border-color: #C56577;
}
</style>