Shades of Cabaret #C46676
Tints of Cabaret #C46676
RGB
CMYK
RGB Variations
Color information
#C46676 (or 0xC46676) is known color: Cabaret. HEX triplet: C4, 66 and 76. RGB value is (196,102,118). Sum of RGB (Red+Green+Blue) = 196+102+118=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 118 (46.48% from 255 or 28.37% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C46676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46676 is #3B9989. Grayscale: #838383. Windows color (decimal): -3905930 or 7759556. OLE color: 7759556.
HSL color Cylindrical-coordinate representation of color #C46676: hue angle of 349.79º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C46676 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 102 | 118 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.23 |
| HSL | 349.79º | 0.44% | 0.58% | - |
| HSV(B) | 349.79º | 0.48% | 0.77% | - |
| XYZ | 30.79 | 22.55 | 19.87 | - |
| YUV | 131.93 | 120.14 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 102 | 118 | 0 | 0.48 | 0.40 | 0.23 | 349.79 | 0.44 | 0.58 |
| Hex | C4 | 66 | 76 | 0 | 30 | 28 | 17 | 15E | 2C | 3A |
| Octal | 304 | 146 | 166 | 0 | 60 | 50 | 27 | 536 | 54 | 72 |
| Binary | 11000100 | 1100110 | 1110110 | 0 | 110000 | 101000 | 10111 | 101011110 | 101100 | 111010 |
Color Harmonies of #C46676
Complementary color
Monochromatic Colors of #C46676
Black with #C46676
Text Example
Text Example
White with #C46676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46676; }
p { color: rgb(196,102,118); }
H1.HeaderClassName
{
color: #C46676;
}
.AnyTagClassName
{
color: #C46676;
}
</style>
background-color css
<style>
a { background-color: #C46676; }
a { background-color: rgb(196,102,118); }
div.DivClassName
{
background-color: #C46676;
}
.BgClassName
{
background-color: #C46676;
}
</style>
border-color css
<style>
span { border-color: #C46676; }
span { border-color: rgb(196,102,118); }
td.TdClassName
{
border-color: #C46676;
}
.TagClassName
{
border-color: #C46676;
}
</style>