Shades of Cabaret #C3576A
Tints of Cabaret #C3576A
RGB
CMYK
RGB Variations
Color information
#C3576A (or 0xC3576A) is known color: Cabaret. HEX triplet: C3, 57 and 6A. RGB value is (195,87,106). Sum of RGB (Red+Green+Blue) = 195+87+106=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C3576A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3576A is #3CA895. Grayscale: #797979. Windows color (decimal): -3975318 or 6969283. OLE color: 6969283.
HSL color Cylindrical-coordinate representation of color #C3576A: hue angle of 349.44º 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 #C3576A is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 87 | 106 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.24 |
| HSL | 349.44º | 0.47% | 0.55% | - |
| HSV(B) | 349.44º | 0.55% | 0.76% | - |
| XYZ | 28.52 | 19.46 | 15.89 | - |
| YUV | 121.46 | 119.28 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 87 | 106 | 0 | 0.55 | 0.46 | 0.24 | 349.44 | 0.47 | 0.55 |
| Hex | C3 | 57 | 6A | 0 | 37 | 2E | 18 | 15D | 2F | 37 |
| Octal | 303 | 127 | 152 | 0 | 67 | 56 | 30 | 535 | 57 | 67 |
| Binary | 11000011 | 1010111 | 1101010 | 0 | 110111 | 101110 | 11000 | 101011101 | 101111 | 110111 |
Color Harmonies of #C3576A
Complementary color
Monochromatic Colors of #C3576A
Black with #C3576A
Text Example
Text Example
White with #C3576A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3576A; }
p { color: rgb(195,87,106); }
H1.HeaderClassName
{
color: #C3576A;
}
.AnyTagClassName
{
color: #C3576A;
}
</style>
background-color css
<style>
a { background-color: #C3576A; }
a { background-color: rgb(195,87,106); }
div.DivClassName
{
background-color: #C3576A;
}
.BgClassName
{
background-color: #C3576A;
}
</style>
border-color css
<style>
span { border-color: #C3576A; }
span { border-color: rgb(195,87,106); }
td.TdClassName
{
border-color: #C3576A;
}
.TagClassName
{
border-color: #C3576A;
}
</style>