Shades of Cabaret #C46A73
Tints of Cabaret #C46A73
RGB
CMYK
RGB Variations
Color information
#C46A73 (or 0xC46A73) is known color: Cabaret. HEX triplet: C4, 6A and 73. RGB value is (196,106,115). Sum of RGB (Red+Green+Blue) = 196+106+115=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 106 (41.80% from 255 or 25.42% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46A73 is #3B958C. Grayscale: #858585. Windows color (decimal): -3904909 or 7563972. OLE color: 7563972.
HSL color Cylindrical-coordinate representation of color #C46A73: hue angle of 354º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C46A73 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 106 | 115 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.23 |
| HSL | 354º | 0.43% | 0.59% | - |
| HSV(B) | 354º | 0.46% | 0.77% | - |
| XYZ | 31.01 | 23.28 | 19.08 | - |
| YUV | 133.94 | 117.32 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 106 | 115 | 0 | 0.46 | 0.41 | 0.23 | 354 | 0.43 | 0.59 |
| Hex | C4 | 6A | 73 | 0 | 2E | 29 | 17 | 162 | 2B | 3B |
| Octal | 304 | 152 | 163 | 0 | 56 | 51 | 27 | 542 | 53 | 73 |
| Binary | 11000100 | 1101010 | 1110011 | 0 | 101110 | 101001 | 10111 | 101100010 | 101011 | 111011 |
Color Harmonies of #C46A73
Complementary color
Monochromatic Colors of #C46A73
Black with #C46A73
Text Example
Text Example
White with #C46A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46A73; }
p { color: rgb(196,106,115); }
H1.HeaderClassName
{
color: #C46A73;
}
.AnyTagClassName
{
color: #C46A73;
}
</style>
background-color css
<style>
a { background-color: #C46A73; }
a { background-color: rgb(196,106,115); }
div.DivClassName
{
background-color: #C46A73;
}
.BgClassName
{
background-color: #C46A73;
}
</style>
border-color css
<style>
span { border-color: #C46A73; }
span { border-color: rgb(196,106,115); }
td.TdClassName
{
border-color: #C46A73;
}
.TagClassName
{
border-color: #C46A73;
}
</style>