Shades of Cabaret #C46770
Tints of Cabaret #C46770
RGB
CMYK
RGB Variations
Color information
#C46770 (or 0xC46770) is known color: Cabaret. HEX triplet: C4, 67 and 70. RGB value is (196,103,112). Sum of RGB (Red+Green+Blue) = 196+103+112=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C46770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46770 is #3B988F. Grayscale: #838383. Windows color (decimal): -3905680 or 7366596. OLE color: 7366596.
HSL color Cylindrical-coordinate representation of color #C46770: hue angle of 354.19º 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 #C46770 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 103 | 112 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.23 |
| HSL | 354.19º | 0.44% | 0.59% | - |
| HSV(B) | 354.19º | 0.47% | 0.77% | - |
| XYZ | 30.54 | 22.61 | 18.08 | - |
| YUV | 131.83 | 116.81 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 103 | 112 | 0 | 0.47 | 0.43 | 0.23 | 354.19 | 0.44 | 0.59 |
| Hex | C4 | 67 | 70 | 0 | 2F | 2B | 17 | 162 | 2C | 3B |
| Octal | 304 | 147 | 160 | 0 | 57 | 53 | 27 | 542 | 54 | 73 |
| Binary | 11000100 | 1100111 | 1110000 | 0 | 101111 | 101011 | 10111 | 101100010 | 101100 | 111011 |
Color Harmonies of #C46770
Complementary color
Monochromatic Colors of #C46770
Black with #C46770
Text Example
Text Example
White with #C46770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46770; }
p { color: rgb(196,103,112); }
H1.HeaderClassName
{
color: #C46770;
}
.AnyTagClassName
{
color: #C46770;
}
</style>
background-color css
<style>
a { background-color: #C46770; }
a { background-color: rgb(196,103,112); }
div.DivClassName
{
background-color: #C46770;
}
.BgClassName
{
background-color: #C46770;
}
</style>
border-color css
<style>
span { border-color: #C46770; }
span { border-color: rgb(196,103,112); }
td.TdClassName
{
border-color: #C46770;
}
.TagClassName
{
border-color: #C46770;
}
</style>