Shades of Cabaret #C3576C
Tints of Cabaret #C3576C
RGB
CMYK
RGB Variations
Color information
#C3576C (or 0xC3576C) is known color: Cabaret. HEX triplet: C3, 57 and 6C. RGB value is (195,87,108). Sum of RGB (Red+Green+Blue) = 195+87+108=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C3576C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3576C is #3CA893. Grayscale: #797979. Windows color (decimal): -3975316 or 7100355. OLE color: 7100355.
HSL color Cylindrical-coordinate representation of color #C3576C: hue angle of 348.33º 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 #C3576C is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 87 | 108 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.24 |
| HSL | 348.33º | 0.47% | 0.55% | - |
| HSV(B) | 348.33º | 0.55% | 0.76% | - |
| XYZ | 28.62 | 19.5 | 16.44 | - |
| YUV | 121.69 | 120.28 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 87 | 108 | 0 | 0.55 | 0.45 | 0.24 | 348.33 | 0.47 | 0.55 |
| Hex | C3 | 57 | 6C | 0 | 37 | 2D | 18 | 15C | 2F | 37 |
| Octal | 303 | 127 | 154 | 0 | 67 | 55 | 30 | 534 | 57 | 67 |
| Binary | 11000011 | 1010111 | 1101100 | 0 | 110111 | 101101 | 11000 | 101011100 | 101111 | 110111 |
Color Harmonies of #C3576C
Complementary color
Monochromatic Colors of #C3576C
Black with #C3576C
Text Example
Text Example
White with #C3576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3576C; }
p { color: rgb(195,87,108); }
H1.HeaderClassName
{
color: #C3576C;
}
.AnyTagClassName
{
color: #C3576C;
}
</style>
background-color css
<style>
a { background-color: #C3576C; }
a { background-color: rgb(195,87,108); }
div.DivClassName
{
background-color: #C3576C;
}
.BgClassName
{
background-color: #C3576C;
}
</style>
border-color css
<style>
span { border-color: #C3576C; }
span { border-color: rgb(195,87,108); }
td.TdClassName
{
border-color: #C3576C;
}
.TagClassName
{
border-color: #C3576C;
}
</style>