Shades of Cabaret #C56575
Tints of Cabaret #C56575
RGB
CMYK
RGB Variations
Color information
#C56575 (or 0xC56575) is known color: Cabaret. HEX triplet: C5, 65 and 75. RGB value is (197,101,117). Sum of RGB (Red+Green+Blue) = 197+101+117=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C56575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56575 is #3A9A8A. Grayscale: #838383. Windows color (decimal): -3840651 or 7693765. OLE color: 7693765.
HSL color Cylindrical-coordinate representation of color #C56575: hue angle of 350º 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 #C56575 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 117 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.23 |
| HSL | 350º | 0.45% | 0.58% | - |
| HSV(B) | 350º | 0.49% | 0.77% | - |
| XYZ | 30.89 | 22.46 | 19.54 | - |
| YUV | 131.53 | 119.8 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 117 | 0 | 0.49 | 0.41 | 0.23 | 350 | 0.45 | 0.58 |
| Hex | C5 | 65 | 75 | 0 | 31 | 29 | 17 | 15E | 2D | 3A |
| Octal | 305 | 145 | 165 | 0 | 61 | 51 | 27 | 536 | 55 | 72 |
| Binary | 11000101 | 1100101 | 1110101 | 0 | 110001 | 101001 | 10111 | 101011110 | 101101 | 111010 |
Color Harmonies of #C56575
Complementary color
Monochromatic Colors of #C56575
Black with #C56575
Text Example
Text Example
White with #C56575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56575; }
p { color: rgb(197,101,117); }
H1.HeaderClassName
{
color: #C56575;
}
.AnyTagClassName
{
color: #C56575;
}
</style>
background-color css
<style>
a { background-color: #C56575; }
a { background-color: rgb(197,101,117); }
div.DivClassName
{
background-color: #C56575;
}
.BgClassName
{
background-color: #C56575;
}
</style>
border-color css
<style>
span { border-color: #C56575; }
span { border-color: rgb(197,101,117); }
td.TdClassName
{
border-color: #C56575;
}
.TagClassName
{
border-color: #C56575;
}
</style>