Shades of Cabaret #C05876
Tints of Cabaret #C05876
RGB
CMYK
RGB Variations
Color information
#C05876 (or 0xC05876) is known color: Cabaret. HEX triplet: C0, 58 and 76. RGB value is (192,88,118). Sum of RGB (Red+Green+Blue) = 192+88+118=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C05876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05876 is #3FA789. Grayscale: #7A7A7A. Windows color (decimal): -4171658 or 7755968. OLE color: 7755968.
HSL color Cylindrical-coordinate representation of color #C05876: hue angle of 342.69º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C05876 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 88 | 118 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.25 |
| HSL | 342.69º | 0.45% | 0.55% | - |
| HSV(B) | 342.69º | 0.54% | 0.75% | - |
| XYZ | 28.5 | 19.49 | 19.4 | - |
| YUV | 122.52 | 125.46 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 118 | 0 | 0.54 | 0.39 | 0.25 | 342.69 | 0.45 | 0.55 |
| Hex | C0 | 58 | 76 | 0 | 36 | 27 | 19 | 157 | 2D | 37 |
| Octal | 300 | 130 | 166 | 0 | 66 | 47 | 31 | 527 | 55 | 67 |
| Binary | 11000000 | 1011000 | 1110110 | 0 | 110110 | 100111 | 11001 | 101010111 | 101101 | 110111 |
Color Harmonies of #C05876
Complementary color
Monochromatic Colors of #C05876
Black with #C05876
Text Example
Text Example
White with #C05876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05876; }
p { color: rgb(192,88,118); }
H1.HeaderClassName
{
color: #C05876;
}
.AnyTagClassName
{
color: #C05876;
}
</style>
background-color css
<style>
a { background-color: #C05876; }
a { background-color: rgb(192,88,118); }
div.DivClassName
{
background-color: #C05876;
}
.BgClassName
{
background-color: #C05876;
}
</style>
border-color css
<style>
span { border-color: #C05876; }
span { border-color: rgb(192,88,118); }
td.TdClassName
{
border-color: #C05876;
}
.TagClassName
{
border-color: #C05876;
}
</style>