Shades of Cabaret #C56573
Tints of Cabaret #C56573
RGB
CMYK
RGB Variations
Color information
#C56573 (or 0xC56573) is known color: Cabaret. HEX triplet: C5, 65 and 73. RGB value is (197,101,115). Sum of RGB (Red+Green+Blue) = 197+101+115=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C56573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56573 is #3A9A8C. Grayscale: #838383. Windows color (decimal): -3840653 or 7562693. OLE color: 7562693.
HSL color Cylindrical-coordinate representation of color #C56573: hue angle of 351.25º 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 #C56573 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 115 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.23 |
| HSL | 351.25º | 0.45% | 0.58% | - |
| HSV(B) | 351.25º | 0.49% | 0.77% | - |
| XYZ | 30.77 | 22.42 | 18.92 | - |
| YUV | 131.3 | 118.8 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 115 | 0 | 0.49 | 0.42 | 0.23 | 351.25 | 0.45 | 0.58 |
| Hex | C5 | 65 | 73 | 0 | 31 | 2A | 17 | 15F | 2D | 3A |
| Octal | 305 | 145 | 163 | 0 | 61 | 52 | 27 | 537 | 55 | 72 |
| Binary | 11000101 | 1100101 | 1110011 | 0 | 110001 | 101010 | 10111 | 101011111 | 101101 | 111010 |
Color Harmonies of #C56573
Complementary color
Monochromatic Colors of #C56573
Black with #C56573
Text Example
Text Example
White with #C56573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56573; }
p { color: rgb(197,101,115); }
H1.HeaderClassName
{
color: #C56573;
}
.AnyTagClassName
{
color: #C56573;
}
</style>
background-color css
<style>
a { background-color: #C56573; }
a { background-color: rgb(197,101,115); }
div.DivClassName
{
background-color: #C56573;
}
.BgClassName
{
background-color: #C56573;
}
</style>
border-color css
<style>
span { border-color: #C56573; }
span { border-color: rgb(197,101,115); }
td.TdClassName
{
border-color: #C56573;
}
.TagClassName
{
border-color: #C56573;
}
</style>