Shades of Cabaret #C46876
Tints of Cabaret #C46876
RGB
CMYK
RGB Variations
Color information
#C46876 (or 0xC46876) is known color: Cabaret. HEX triplet: C4, 68 and 76. RGB value is (196,104,118). Sum of RGB (Red+Green+Blue) = 196+104+118=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C46876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46876 is #3B9789. Grayscale: #858585. Windows color (decimal): -3905418 or 7760068. OLE color: 7760068.
HSL color Cylindrical-coordinate representation of color #C46876: hue angle of 350.87º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C46876 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 104 | 118 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.23 |
| HSL | 350.87º | 0.44% | 0.59% | - |
| HSV(B) | 350.87º | 0.47% | 0.77% | - |
| XYZ | 30.99 | 22.94 | 19.94 | - |
| YUV | 133.1 | 119.48 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 104 | 118 | 0 | 0.47 | 0.40 | 0.23 | 350.87 | 0.44 | 0.59 |
| Hex | C4 | 68 | 76 | 0 | 2F | 28 | 17 | 15F | 2C | 3B |
| Octal | 304 | 150 | 166 | 0 | 57 | 50 | 27 | 537 | 54 | 73 |
| Binary | 11000100 | 1101000 | 1110110 | 0 | 101111 | 101000 | 10111 | 101011111 | 101100 | 111011 |
Color Harmonies of #C46876
Complementary color
Monochromatic Colors of #C46876
Black with #C46876
Text Example
Text Example
White with #C46876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46876; }
p { color: rgb(196,104,118); }
H1.HeaderClassName
{
color: #C46876;
}
.AnyTagClassName
{
color: #C46876;
}
</style>
background-color css
<style>
a { background-color: #C46876; }
a { background-color: rgb(196,104,118); }
div.DivClassName
{
background-color: #C46876;
}
.BgClassName
{
background-color: #C46876;
}
</style>
border-color css
<style>
span { border-color: #C46876; }
span { border-color: rgb(196,104,118); }
td.TdClassName
{
border-color: #C46876;
}
.TagClassName
{
border-color: #C46876;
}
</style>