Shades of Cabaret #C4576C
Tints of Cabaret #C4576C
RGB
CMYK
RGB Variations
Color information
#C4576C (or 0xC4576C) is known color: Cabaret. HEX triplet: C4, 57 and 6C. RGB value is (196,87,108). Sum of RGB (Red+Green+Blue) = 196+87+108=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 87 (34.38% from 255 or 22.25% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C4576C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4576C is #3BA893. Grayscale: #7A7A7A. Windows color (decimal): -3909780 or 7100356. OLE color: 7100356.
HSL color Cylindrical-coordinate representation of color #C4576C: hue angle of 348.44º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C4576C is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 87 | 108 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.23 |
| HSL | 348.44º | 0.48% | 0.55% | - |
| HSV(B) | 348.44º | 0.56% | 0.77% | - |
| XYZ | 28.88 | 19.63 | 16.46 | - |
| YUV | 121.99 | 120.11 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 87 | 108 | 0 | 0.56 | 0.45 | 0.23 | 348.44 | 0.48 | 0.55 |
| Hex | C4 | 57 | 6C | 0 | 38 | 2D | 17 | 15C | 30 | 37 |
| Octal | 304 | 127 | 154 | 0 | 70 | 55 | 27 | 534 | 60 | 67 |
| Binary | 11000100 | 1010111 | 1101100 | 0 | 111000 | 101101 | 10111 | 101011100 | 110000 | 110111 |
Color Harmonies of #C4576C
Complementary color
Monochromatic Colors of #C4576C
Black with #C4576C
Text Example
Text Example
White with #C4576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4576C; }
p { color: rgb(196,87,108); }
H1.HeaderClassName
{
color: #C4576C;
}
.AnyTagClassName
{
color: #C4576C;
}
</style>
background-color css
<style>
a { background-color: #C4576C; }
a { background-color: rgb(196,87,108); }
div.DivClassName
{
background-color: #C4576C;
}
.BgClassName
{
background-color: #C4576C;
}
</style>
border-color css
<style>
span { border-color: #C4576C; }
span { border-color: rgb(196,87,108); }
td.TdClassName
{
border-color: #C4576C;
}
.TagClassName
{
border-color: #C4576C;
}
</style>