Shades of Cabaret #C56375
Tints of Cabaret #C56375
RGB
CMYK
RGB Variations
Color information
#C56375 (or 0xC56375) is known color: Cabaret. HEX triplet: C5, 63 and 75. RGB value is (197,99,117). Sum of RGB (Red+Green+Blue) = 197+99+117=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C56375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56375 is #3A9C8A. Grayscale: #828282. Windows color (decimal): -3841163 or 7693253. OLE color: 7693253.
HSL color Cylindrical-coordinate representation of color #C56375: hue angle of 348.98º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C56375 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 99 | 117 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.23 |
| HSL | 348.98º | 0.46% | 0.58% | - |
| HSV(B) | 348.98º | 0.5% | 0.77% | - |
| XYZ | 30.7 | 22.08 | 19.47 | - |
| YUV | 130.35 | 120.47 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 99 | 117 | 0 | 0.50 | 0.41 | 0.23 | 348.98 | 0.46 | 0.58 |
| Hex | C5 | 63 | 75 | 0 | 32 | 29 | 17 | 15D | 2E | 3A |
| Octal | 305 | 143 | 165 | 0 | 62 | 51 | 27 | 535 | 56 | 72 |
| Binary | 11000101 | 1100011 | 1110101 | 0 | 110010 | 101001 | 10111 | 101011101 | 101110 | 111010 |
Color Harmonies of #C56375
Complementary color
Monochromatic Colors of #C56375
Black with #C56375
Text Example
Text Example
White with #C56375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56375; }
p { color: rgb(197,99,117); }
H1.HeaderClassName
{
color: #C56375;
}
.AnyTagClassName
{
color: #C56375;
}
</style>
background-color css
<style>
a { background-color: #C56375; }
a { background-color: rgb(197,99,117); }
div.DivClassName
{
background-color: #C56375;
}
.BgClassName
{
background-color: #C56375;
}
</style>
border-color css
<style>
span { border-color: #C56375; }
span { border-color: rgb(197,99,117); }
td.TdClassName
{
border-color: #C56375;
}
.TagClassName
{
border-color: #C56375;
}
</style>