Shades of Cabaret #C55575
Tints of Cabaret #C55575
RGB
CMYK
RGB Variations
Color information
#C55575 (or 0xC55575) is known color: Cabaret. HEX triplet: C5, 55 and 75. RGB value is (197,85,117). Sum of RGB (Red+Green+Blue) = 197+85+117=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C55575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55575 is #3AAA8A. Grayscale: #7A7A7A. Windows color (decimal): -3844747 or 7689669. OLE color: 7689669.
HSL color Cylindrical-coordinate representation of color #C55575: hue angle of 342.86º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C55575 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 85 | 117 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.23 |
| HSL | 342.86º | 0.49% | 0.55% | - |
| HSV(B) | 342.86º | 0.57% | 0.77% | - |
| XYZ | 29.49 | 19.65 | 19.07 | - |
| YUV | 122.14 | 125.11 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 85 | 117 | 0 | 0.57 | 0.41 | 0.23 | 342.86 | 0.49 | 0.55 |
| Hex | C5 | 55 | 75 | 0 | 39 | 29 | 17 | 157 | 31 | 37 |
| Octal | 305 | 125 | 165 | 0 | 71 | 51 | 27 | 527 | 61 | 67 |
| Binary | 11000101 | 1010101 | 1110101 | 0 | 111001 | 101001 | 10111 | 101010111 | 110001 | 110111 |
Color Harmonies of #C55575
Complementary color
Monochromatic Colors of #C55575
Black with #C55575
Text Example
Text Example
White with #C55575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55575; }
p { color: rgb(197,85,117); }
H1.HeaderClassName
{
color: #C55575;
}
.AnyTagClassName
{
color: #C55575;
}
</style>
background-color css
<style>
a { background-color: #C55575; }
a { background-color: rgb(197,85,117); }
div.DivClassName
{
background-color: #C55575;
}
.BgClassName
{
background-color: #C55575;
}
</style>
border-color css
<style>
span { border-color: #C55575; }
span { border-color: rgb(197,85,117); }
td.TdClassName
{
border-color: #C55575;
}
.TagClassName
{
border-color: #C55575;
}
</style>