Shades of Cabaret #C05674
Tints of Cabaret #C05674
RGB
CMYK
RGB Variations
Color information
#C05674 (or 0xC05674) is known color: Cabaret. HEX triplet: C0, 56 and 74. RGB value is (192,86,116). Sum of RGB (Red+Green+Blue) = 192+86+116=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C05674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05674 is #3FA98B. Grayscale: #797979. Windows color (decimal): -4172172 or 7624384. OLE color: 7624384.
HSL color Cylindrical-coordinate representation of color #C05674: hue angle of 343.02º 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 #C05674 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 116 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.25 |
| HSL | 343.02º | 0.46% | 0.55% | - |
| HSV(B) | 343.02º | 0.55% | 0.75% | - |
| XYZ | 28.22 | 19.12 | 18.73 | - |
| YUV | 121.11 | 125.12 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 116 | 0 | 0.55 | 0.40 | 0.25 | 343.02 | 0.46 | 0.55 |
| Hex | C0 | 56 | 74 | 0 | 37 | 28 | 19 | 157 | 2E | 37 |
| Octal | 300 | 126 | 164 | 0 | 67 | 50 | 31 | 527 | 56 | 67 |
| Binary | 11000000 | 1010110 | 1110100 | 0 | 110111 | 101000 | 11001 | 101010111 | 101110 | 110111 |
Color Harmonies of #C05674
Complementary color
Monochromatic Colors of #C05674
Black with #C05674
Text Example
Text Example
White with #C05674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05674; }
p { color: rgb(192,86,116); }
H1.HeaderClassName
{
color: #C05674;
}
.AnyTagClassName
{
color: #C05674;
}
</style>
background-color css
<style>
a { background-color: #C05674; }
a { background-color: rgb(192,86,116); }
div.DivClassName
{
background-color: #C05674;
}
.BgClassName
{
background-color: #C05674;
}
</style>
border-color css
<style>
span { border-color: #C05674; }
span { border-color: rgb(192,86,116); }
td.TdClassName
{
border-color: #C05674;
}
.TagClassName
{
border-color: #C05674;
}
</style>