Shades of Cabaret #C46073
Tints of Cabaret #C46073
RGB
CMYK
RGB Variations
Color information
#C46073 (or 0xC46073) is known color: Cabaret. HEX triplet: C4, 60 and 73. RGB value is (196,96,115). Sum of RGB (Red+Green+Blue) = 196+96+115=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C46073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46073 is #3B9F8C. Grayscale: #808080. Windows color (decimal): -3907469 or 7561412. OLE color: 7561412.
HSL color Cylindrical-coordinate representation of color #C46073: hue angle of 348.6º 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 #C46073 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 96 | 115 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.23 |
| HSL | 348.6º | 0.46% | 0.57% | - |
| HSV(B) | 348.6º | 0.51% | 0.77% | - |
| XYZ | 30.04 | 21.34 | 18.76 | - |
| YUV | 128.07 | 120.63 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 96 | 115 | 0 | 0.51 | 0.41 | 0.23 | 348.6 | 0.46 | 0.57 |
| Hex | C4 | 60 | 73 | 0 | 33 | 29 | 17 | 15D | 2E | 39 |
| Octal | 304 | 140 | 163 | 0 | 63 | 51 | 27 | 535 | 56 | 71 |
| Binary | 11000100 | 1100000 | 1110011 | 0 | 110011 | 101001 | 10111 | 101011101 | 101110 | 111001 |
Color Harmonies of #C46073
Complementary color
Monochromatic Colors of #C46073
Black with #C46073
Text Example
Text Example
White with #C46073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46073; }
p { color: rgb(196,96,115); }
H1.HeaderClassName
{
color: #C46073;
}
.AnyTagClassName
{
color: #C46073;
}
</style>
background-color css
<style>
a { background-color: #C46073; }
a { background-color: rgb(196,96,115); }
div.DivClassName
{
background-color: #C46073;
}
.BgClassName
{
background-color: #C46073;
}
</style>
border-color css
<style>
span { border-color: #C46073; }
span { border-color: rgb(196,96,115); }
td.TdClassName
{
border-color: #C46073;
}
.TagClassName
{
border-color: #C46073;
}
</style>