Shades of Cabaret #C06076
Tints of Cabaret #C06076
RGB
CMYK
RGB Variations
Color information
#C06076 (or 0xC06076) is known color: Cabaret. HEX triplet: C0, 60 and 76. RGB value is (192,96,118). Sum of RGB (Red+Green+Blue) = 192+96+118=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C06076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06076 is #3F9F89. Grayscale: #7F7F7F. Windows color (decimal): -4169610 or 7758016. OLE color: 7758016.
HSL color Cylindrical-coordinate representation of color #C06076: hue angle of 346.25º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C06076 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 96 | 118 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.25 |
| HSL | 346.25º | 0.43% | 0.56% | - |
| HSV(B) | 346.25º | 0.5% | 0.75% | - |
| XYZ | 29.19 | 20.88 | 19.63 | - |
| YUV | 127.21 | 122.8 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 96 | 118 | 0 | 0.50 | 0.39 | 0.25 | 346.25 | 0.43 | 0.56 |
| Hex | C0 | 60 | 76 | 0 | 32 | 27 | 19 | 15A | 2B | 38 |
| Octal | 300 | 140 | 166 | 0 | 62 | 47 | 31 | 532 | 53 | 70 |
| Binary | 11000000 | 1100000 | 1110110 | 0 | 110010 | 100111 | 11001 | 101011010 | 101011 | 111000 |
Color Harmonies of #C06076
Complementary color
Monochromatic Colors of #C06076
Black with #C06076
Text Example
Text Example
White with #C06076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06076; }
p { color: rgb(192,96,118); }
H1.HeaderClassName
{
color: #C06076;
}
.AnyTagClassName
{
color: #C06076;
}
</style>
background-color css
<style>
a { background-color: #C06076; }
a { background-color: rgb(192,96,118); }
div.DivClassName
{
background-color: #C06076;
}
.BgClassName
{
background-color: #C06076;
}
</style>
border-color css
<style>
span { border-color: #C06076; }
span { border-color: rgb(192,96,118); }
td.TdClassName
{
border-color: #C06076;
}
.TagClassName
{
border-color: #C06076;
}
</style>