Shades of Cabaret #C46A6C
Tints of Cabaret #C46A6C
RGB
CMYK
RGB Variations
Color information
#C46A6C (or 0xC46A6C) is known color: Cabaret. HEX triplet: C4, 6A and 6C. RGB value is (196,106,108). Sum of RGB (Red+Green+Blue) = 196+106+108=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 106 (41.80% from 255 or 25.85% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46A6C is #3B9593. Grayscale: #858585. Windows color (decimal): -3904916 or 7105220. OLE color: 7105220.
HSL color Cylindrical-coordinate representation of color #C46A6C: hue angle of 358.67º 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 #C46A6C is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 106 | 108 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.23 |
| HSL | 358.67º | 0.43% | 0.59% | - |
| HSV(B) | 358.67º | 0.46% | 0.77% | - |
| XYZ | 30.63 | 23.13 | 17.04 | - |
| YUV | 133.14 | 113.82 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 106 | 108 | 0 | 0.46 | 0.45 | 0.23 | 358.67 | 0.43 | 0.59 |
| Hex | C4 | 6A | 6C | 0 | 2E | 2D | 17 | 167 | 2B | 3B |
| Octal | 304 | 152 | 154 | 0 | 56 | 55 | 27 | 547 | 53 | 73 |
| Binary | 11000100 | 1101010 | 1101100 | 0 | 101110 | 101101 | 10111 | 101100111 | 101011 | 111011 |
Color Harmonies of #C46A6C
Complementary color
Monochromatic Colors of #C46A6C
Black with #C46A6C
Text Example
Text Example
White with #C46A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46A6C; }
p { color: rgb(196,106,108); }
H1.HeaderClassName
{
color: #C46A6C;
}
.AnyTagClassName
{
color: #C46A6C;
}
</style>
background-color css
<style>
a { background-color: #C46A6C; }
a { background-color: rgb(196,106,108); }
div.DivClassName
{
background-color: #C46A6C;
}
.BgClassName
{
background-color: #C46A6C;
}
</style>
border-color css
<style>
span { border-color: #C46A6C; }
span { border-color: rgb(196,106,108); }
td.TdClassName
{
border-color: #C46A6C;
}
.TagClassName
{
border-color: #C46A6C;
}
</style>