Shades of Cabaret #C05673
Tints of Cabaret #C05673
RGB
CMYK
RGB Variations
Color information
#C05673 (or 0xC05673) is known color: Cabaret. HEX triplet: C0, 56 and 73. RGB value is (192,86,115). Sum of RGB (Red+Green+Blue) = 192+86+115=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C05673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05673 is #3FA98C. Grayscale: #787878. Windows color (decimal): -4172173 or 7558848. OLE color: 7558848.
HSL color Cylindrical-coordinate representation of color #C05673: hue angle of 343.58º degrees, saturation: 0.46, 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 #C05673 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 115 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.25 |
| HSL | 343.58º | 0.46% | 0.55% | - |
| HSV(B) | 343.58º | 0.55% | 0.75% | - |
| XYZ | 28.16 | 19.1 | 18.42 | - |
| YUV | 121 | 124.62 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 115 | 0 | 0.55 | 0.40 | 0.25 | 343.58 | 0.46 | 0.55 |
| Hex | C0 | 56 | 73 | 0 | 37 | 28 | 19 | 158 | 2E | 37 |
| Octal | 300 | 126 | 163 | 0 | 67 | 50 | 31 | 530 | 56 | 67 |
| Binary | 11000000 | 1010110 | 1110011 | 0 | 110111 | 101000 | 11001 | 101011000 | 101110 | 110111 |
Color Harmonies of #C05673
Complementary color
Monochromatic Colors of #C05673
Black with #C05673
Text Example
Text Example
White with #C05673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05673; }
p { color: rgb(192,86,115); }
H1.HeaderClassName
{
color: #C05673;
}
.AnyTagClassName
{
color: #C05673;
}
</style>
background-color css
<style>
a { background-color: #C05673; }
a { background-color: rgb(192,86,115); }
div.DivClassName
{
background-color: #C05673;
}
.BgClassName
{
background-color: #C05673;
}
</style>
border-color css
<style>
span { border-color: #C05673; }
span { border-color: rgb(192,86,115); }
td.TdClassName
{
border-color: #C05673;
}
.TagClassName
{
border-color: #C05673;
}
</style>