Shades of Cabaret #C4576B
Tints of Cabaret #C4576B
RGB
CMYK
RGB Variations
Color information
#C4576B (or 0xC4576B) is known color: Cabaret. HEX triplet: C4, 57 and 6B. RGB value is (196,87,107). Sum of RGB (Red+Green+Blue) = 196+87+107=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C4576B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4576B is #3BA894. Grayscale: #797979. Windows color (decimal): -3909781 or 7034820. OLE color: 7034820.
HSL color Cylindrical-coordinate representation of color #C4576B: hue angle of 348.99º 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 #C4576B is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 87 | 107 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.23 |
| HSL | 348.99º | 0.48% | 0.55% | - |
| HSV(B) | 348.99º | 0.56% | 0.77% | - |
| XYZ | 28.83 | 19.61 | 16.18 | - |
| YUV | 121.87 | 119.61 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 87 | 107 | 0 | 0.56 | 0.45 | 0.23 | 348.99 | 0.48 | 0.55 |
| Hex | C4 | 57 | 6B | 0 | 38 | 2D | 17 | 15D | 30 | 37 |
| Octal | 304 | 127 | 153 | 0 | 70 | 55 | 27 | 535 | 60 | 67 |
| Binary | 11000100 | 1010111 | 1101011 | 0 | 111000 | 101101 | 10111 | 101011101 | 110000 | 110111 |
Color Harmonies of #C4576B
Complementary color
Monochromatic Colors of #C4576B
Black with #C4576B
Text Example
Text Example
White with #C4576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4576B; }
p { color: rgb(196,87,107); }
H1.HeaderClassName
{
color: #C4576B;
}
.AnyTagClassName
{
color: #C4576B;
}
</style>
background-color css
<style>
a { background-color: #C4576B; }
a { background-color: rgb(196,87,107); }
div.DivClassName
{
background-color: #C4576B;
}
.BgClassName
{
background-color: #C4576B;
}
</style>
border-color css
<style>
span { border-color: #C4576B; }
span { border-color: rgb(196,87,107); }
td.TdClassName
{
border-color: #C4576B;
}
.TagClassName
{
border-color: #C4576B;
}
</style>