Shades of Cabaret #C5576C
Tints of Cabaret #C5576C
RGB
CMYK
RGB Variations
Color information
#C5576C (or 0xC5576C) is known color: Cabaret. HEX triplet: C5, 57 and 6C. RGB value is (197,87,108). Sum of RGB (Red+Green+Blue) = 197+87+108=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 87 (34.38% from 255 or 22.19% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C5576C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5576C is #3AA893. Grayscale: #7A7A7A. Windows color (decimal): -3844244 or 7100357. OLE color: 7100357.
HSL color Cylindrical-coordinate representation of color #C5576C: hue angle of 348.55º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5576C is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 87 | 108 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.23 |
| HSL | 348.55º | 0.49% | 0.56% | - |
| HSV(B) | 348.55º | 0.56% | 0.77% | - |
| XYZ | 29.14 | 19.77 | 16.47 | - |
| YUV | 122.28 | 119.94 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 87 | 108 | 0 | 0.56 | 0.45 | 0.23 | 348.55 | 0.49 | 0.56 |
| Hex | C5 | 57 | 6C | 0 | 38 | 2D | 17 | 15D | 31 | 38 |
| Octal | 305 | 127 | 154 | 0 | 70 | 55 | 27 | 535 | 61 | 70 |
| Binary | 11000101 | 1010111 | 1101100 | 0 | 111000 | 101101 | 10111 | 101011101 | 110001 | 111000 |
Color Harmonies of #C5576C
Complementary color
Monochromatic Colors of #C5576C
Black with #C5576C
Text Example
Text Example
White with #C5576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5576C; }
p { color: rgb(197,87,108); }
H1.HeaderClassName
{
color: #C5576C;
}
.AnyTagClassName
{
color: #C5576C;
}
</style>
background-color css
<style>
a { background-color: #C5576C; }
a { background-color: rgb(197,87,108); }
div.DivClassName
{
background-color: #C5576C;
}
.BgClassName
{
background-color: #C5576C;
}
</style>
border-color css
<style>
span { border-color: #C5576C; }
span { border-color: rgb(197,87,108); }
td.TdClassName
{
border-color: #C5576C;
}
.TagClassName
{
border-color: #C5576C;
}
</style>