Shades of Cabaret #C46179
Tints of Cabaret #C46179
RGB
CMYK
RGB Variations
Color information
#C46179 (or 0xC46179) is known color: Cabaret. HEX triplet: C4, 61 and 79. RGB value is (196,97,121). Sum of RGB (Red+Green+Blue) = 196+97+121=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C46179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46179 is #3B9E86. Grayscale: #818181. Windows color (decimal): -3907207 or 7954884. OLE color: 7954884.
HSL color Cylindrical-coordinate representation of color #C46179: hue angle of 345.45º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C46179 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 97 | 121 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.23 |
| HSL | 345.45º | 0.46% | 0.57% | - |
| HSV(B) | 345.45º | 0.51% | 0.77% | - |
| XYZ | 30.49 | 21.67 | 20.66 | - |
| YUV | 129.34 | 123.3 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 97 | 121 | 0 | 0.51 | 0.38 | 0.23 | 345.45 | 0.46 | 0.57 |
| Hex | C4 | 61 | 79 | 0 | 33 | 26 | 17 | 159 | 2E | 39 |
| Octal | 304 | 141 | 171 | 0 | 63 | 46 | 27 | 531 | 56 | 71 |
| Binary | 11000100 | 1100001 | 1111001 | 0 | 110011 | 100110 | 10111 | 101011001 | 101110 | 111001 |
Color Harmonies of #C46179
Complementary color
Monochromatic Colors of #C46179
Black with #C46179
Text Example
Text Example
White with #C46179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46179; }
p { color: rgb(196,97,121); }
H1.HeaderClassName
{
color: #C46179;
}
.AnyTagClassName
{
color: #C46179;
}
</style>
background-color css
<style>
a { background-color: #C46179; }
a { background-color: rgb(196,97,121); }
div.DivClassName
{
background-color: #C46179;
}
.BgClassName
{
background-color: #C46179;
}
</style>
border-color css
<style>
span { border-color: #C46179; }
span { border-color: rgb(196,97,121); }
td.TdClassName
{
border-color: #C46179;
}
.TagClassName
{
border-color: #C46179;
}
</style>