Shades of Cabaret #C56175
Tints of Cabaret #C56175
RGB
CMYK
RGB Variations
Color information
#C56175 (or 0xC56175) is known color: Cabaret. HEX triplet: C5, 61 and 75. RGB value is (197,97,117). Sum of RGB (Red+Green+Blue) = 197+97+117=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 97 (38.28% from 255 or 23.60% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C56175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56175 is #3A9E8A. Grayscale: #818181. Windows color (decimal): -3841675 or 7692741. OLE color: 7692741.
HSL color Cylindrical-coordinate representation of color #C56175: hue angle of 348º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C56175 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 97 | 117 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.23 |
| HSL | 348º | 0.46% | 0.58% | - |
| HSV(B) | 348º | 0.51% | 0.77% | - |
| XYZ | 30.51 | 21.7 | 19.41 | - |
| YUV | 129.18 | 121.13 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 97 | 117 | 0 | 0.51 | 0.41 | 0.23 | 348 | 0.46 | 0.58 |
| Hex | C5 | 61 | 75 | 0 | 33 | 29 | 17 | 15C | 2E | 3A |
| Octal | 305 | 141 | 165 | 0 | 63 | 51 | 27 | 534 | 56 | 72 |
| Binary | 11000101 | 1100001 | 1110101 | 0 | 110011 | 101001 | 10111 | 101011100 | 101110 | 111010 |
Color Harmonies of #C56175
Complementary color
Monochromatic Colors of #C56175
Black with #C56175
Text Example
Text Example
White with #C56175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56175; }
p { color: rgb(197,97,117); }
H1.HeaderClassName
{
color: #C56175;
}
.AnyTagClassName
{
color: #C56175;
}
</style>
background-color css
<style>
a { background-color: #C56175; }
a { background-color: rgb(197,97,117); }
div.DivClassName
{
background-color: #C56175;
}
.BgClassName
{
background-color: #C56175;
}
</style>
border-color css
<style>
span { border-color: #C56175; }
span { border-color: rgb(197,97,117); }
td.TdClassName
{
border-color: #C56175;
}
.TagClassName
{
border-color: #C56175;
}
</style>