Shades of Cabaret #C3576D
Tints of Cabaret #C3576D
RGB
CMYK
RGB Variations
Color information
#C3576D (or 0xC3576D) is known color: Cabaret. HEX triplet: C3, 57 and 6D. RGB value is (195,87,109). Sum of RGB (Red+Green+Blue) = 195+87+109=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 87 (34.38% from 255 or 22.25% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C3576D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3576D is #3CA892. Grayscale: #797979. Windows color (decimal): -3975315 or 7165891. OLE color: 7165891.
HSL color Cylindrical-coordinate representation of color #C3576D: hue angle of 347.78º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C3576D is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 87 | 109 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.24 |
| HSL | 347.78º | 0.47% | 0.55% | - |
| HSV(B) | 347.78º | 0.55% | 0.76% | - |
| XYZ | 28.67 | 19.52 | 16.72 | - |
| YUV | 121.8 | 120.78 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 87 | 109 | 0 | 0.55 | 0.44 | 0.24 | 347.78 | 0.47 | 0.55 |
| Hex | C3 | 57 | 6D | 0 | 37 | 2C | 18 | 15C | 2F | 37 |
| Octal | 303 | 127 | 155 | 0 | 67 | 54 | 30 | 534 | 57 | 67 |
| Binary | 11000011 | 1010111 | 1101101 | 0 | 110111 | 101100 | 11000 | 101011100 | 101111 | 110111 |
Color Harmonies of #C3576D
Complementary color
Monochromatic Colors of #C3576D
Black with #C3576D
Text Example
Text Example
White with #C3576D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3576D; }
p { color: rgb(195,87,109); }
H1.HeaderClassName
{
color: #C3576D;
}
.AnyTagClassName
{
color: #C3576D;
}
</style>
background-color css
<style>
a { background-color: #C3576D; }
a { background-color: rgb(195,87,109); }
div.DivClassName
{
background-color: #C3576D;
}
.BgClassName
{
background-color: #C3576D;
}
</style>
border-color css
<style>
span { border-color: #C3576D; }
span { border-color: rgb(195,87,109); }
td.TdClassName
{
border-color: #C3576D;
}
.TagClassName
{
border-color: #C3576D;
}
</style>