Shades of Cabaret #C46172
Tints of Cabaret #C46172
RGB
CMYK
RGB Variations
Color information
#C46172 (or 0xC46172) is known color: Cabaret. HEX triplet: C4, 61 and 72. RGB value is (196,97,114). Sum of RGB (Red+Green+Blue) = 196+97+114=407 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.16% from 407); Green value is 97 (38.28% from 255 or 23.83% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 196 - color contains mainly: red. Hex color #C46172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46172 is #3B9E8D. Grayscale: #808080. Windows color (decimal): -3907214 or 7496132. OLE color: 7496132.
HSL color Cylindrical-coordinate representation of color #C46172: hue angle of 349.7º 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 #C46172 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 97 | 114 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.23 |
| HSL | 349.7º | 0.46% | 0.57% | - |
| HSV(B) | 349.7º | 0.51% | 0.77% | - |
| XYZ | 30.08 | 21.5 | 18.48 | - |
| YUV | 128.54 | 119.8 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 97 | 114 | 0 | 0.51 | 0.42 | 0.23 | 349.7 | 0.46 | 0.57 |
| Hex | C4 | 61 | 72 | 0 | 33 | 2A | 17 | 15E | 2E | 39 |
| Octal | 304 | 141 | 162 | 0 | 63 | 52 | 27 | 536 | 56 | 71 |
| Binary | 11000100 | 1100001 | 1110010 | 0 | 110011 | 101010 | 10111 | 101011110 | 101110 | 111001 |
Color Harmonies of #C46172
Complementary color
Monochromatic Colors of #C46172
Black with #C46172
Text Example
Text Example
White with #C46172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46172; }
p { color: rgb(196,97,114); }
H1.HeaderClassName
{
color: #C46172;
}
.AnyTagClassName
{
color: #C46172;
}
</style>
background-color css
<style>
a { background-color: #C46172; }
a { background-color: rgb(196,97,114); }
div.DivClassName
{
background-color: #C46172;
}
.BgClassName
{
background-color: #C46172;
}
</style>
border-color css
<style>
span { border-color: #C46172; }
span { border-color: rgb(196,97,114); }
td.TdClassName
{
border-color: #C46172;
}
.TagClassName
{
border-color: #C46172;
}
</style>