Shades of Cabaret #C46972
Tints of Cabaret #C46972
RGB
CMYK
RGB Variations
Color information
#C46972 (or 0xC46972) is known color: Cabaret. HEX triplet: C4, 69 and 72. RGB value is (196,105,114). Sum of RGB (Red+Green+Blue) = 196+105+114=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C46972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46972 is #3B968D. Grayscale: #858585. Windows color (decimal): -3905166 or 7498180. OLE color: 7498180.
HSL color Cylindrical-coordinate representation of color #C46972: hue angle of 354.07º degrees, saturation: 0.44, 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 #C46972 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 105 | 114 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.23 |
| HSL | 354.07º | 0.44% | 0.59% | - |
| HSV(B) | 354.07º | 0.46% | 0.77% | - |
| XYZ | 30.85 | 23.05 | 18.74 | - |
| YUV | 133.24 | 117.15 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 105 | 114 | 0 | 0.46 | 0.42 | 0.23 | 354.07 | 0.44 | 0.59 |
| Hex | C4 | 69 | 72 | 0 | 2E | 2A | 17 | 162 | 2C | 3B |
| Octal | 304 | 151 | 162 | 0 | 56 | 52 | 27 | 542 | 54 | 73 |
| Binary | 11000100 | 1101001 | 1110010 | 0 | 101110 | 101010 | 10111 | 101100010 | 101100 | 111011 |
Color Harmonies of #C46972
Complementary color
Monochromatic Colors of #C46972
Black with #C46972
Text Example
Text Example
White with #C46972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46972; }
p { color: rgb(196,105,114); }
H1.HeaderClassName
{
color: #C46972;
}
.AnyTagClassName
{
color: #C46972;
}
</style>
background-color css
<style>
a { background-color: #C46972; }
a { background-color: rgb(196,105,114); }
div.DivClassName
{
background-color: #C46972;
}
.BgClassName
{
background-color: #C46972;
}
</style>
border-color css
<style>
span { border-color: #C46972; }
span { border-color: rgb(196,105,114); }
td.TdClassName
{
border-color: #C46972;
}
.TagClassName
{
border-color: #C46972;
}
</style>