Shades of Cabaret #C0576F
Tints of Cabaret #C0576F
RGB
CMYK
RGB Variations
Color information
#C0576F (or 0xC0576F) is known color: Cabaret. HEX triplet: C0, 57 and 6F. RGB value is (192,87,111). Sum of RGB (Red+Green+Blue) = 192+87+111=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C0576F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0576F is #3FA890. Grayscale: #797979. Windows color (decimal): -4171921 or 7296960. OLE color: 7296960.
HSL color Cylindrical-coordinate representation of color #C0576F: hue angle of 346.29º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0576F is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 87 | 111 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.25 |
| HSL | 346.29º | 0.45% | 0.55% | - |
| HSV(B) | 346.29º | 0.55% | 0.75% | - |
| XYZ | 28.02 | 19.17 | 17.26 | - |
| YUV | 121.13 | 122.29 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 87 | 111 | 0 | 0.55 | 0.42 | 0.25 | 346.29 | 0.45 | 0.55 |
| Hex | C0 | 57 | 6F | 0 | 37 | 2A | 19 | 15A | 2D | 37 |
| Octal | 300 | 127 | 157 | 0 | 67 | 52 | 31 | 532 | 55 | 67 |
| Binary | 11000000 | 1010111 | 1101111 | 0 | 110111 | 101010 | 11001 | 101011010 | 101101 | 110111 |
Color Harmonies of #C0576F
Complementary color
Monochromatic Colors of #C0576F
Black with #C0576F
Text Example
Text Example
White with #C0576F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0576F; }
p { color: rgb(192,87,111); }
H1.HeaderClassName
{
color: #C0576F;
}
.AnyTagClassName
{
color: #C0576F;
}
</style>
background-color css
<style>
a { background-color: #C0576F; }
a { background-color: rgb(192,87,111); }
div.DivClassName
{
background-color: #C0576F;
}
.BgClassName
{
background-color: #C0576F;
}
</style>
border-color css
<style>
span { border-color: #C0576F; }
span { border-color: rgb(192,87,111); }
td.TdClassName
{
border-color: #C0576F;
}
.TagClassName
{
border-color: #C0576F;
}
</style>