Shades of Cabaret #C46672
Tints of Cabaret #C46672
RGB
CMYK
RGB Variations
Color information
#C46672 (or 0xC46672) is known color: Cabaret. HEX triplet: C4, 66 and 72. RGB value is (196,102,114). Sum of RGB (Red+Green+Blue) = 196+102+114=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C46672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46672 is #3B998D. Grayscale: #838383. Windows color (decimal): -3905934 or 7497412. OLE color: 7497412.
HSL color Cylindrical-coordinate representation of color #C46672: hue angle of 352.34º 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 #C46672 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 102 | 114 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.23 |
| HSL | 352.34º | 0.44% | 0.58% | - |
| HSV(B) | 352.34º | 0.48% | 0.77% | - |
| XYZ | 30.55 | 22.45 | 18.64 | - |
| YUV | 131.47 | 118.14 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 102 | 114 | 0 | 0.48 | 0.42 | 0.23 | 352.34 | 0.44 | 0.58 |
| Hex | C4 | 66 | 72 | 0 | 30 | 2A | 17 | 160 | 2C | 3A |
| Octal | 304 | 146 | 162 | 0 | 60 | 52 | 27 | 540 | 54 | 72 |
| Binary | 11000100 | 1100110 | 1110010 | 0 | 110000 | 101010 | 10111 | 101100000 | 101100 | 111010 |
Color Harmonies of #C46672
Complementary color
Monochromatic Colors of #C46672
Black with #C46672
Text Example
Text Example
White with #C46672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46672; }
p { color: rgb(196,102,114); }
H1.HeaderClassName
{
color: #C46672;
}
.AnyTagClassName
{
color: #C46672;
}
</style>
background-color css
<style>
a { background-color: #C46672; }
a { background-color: rgb(196,102,114); }
div.DivClassName
{
background-color: #C46672;
}
.BgClassName
{
background-color: #C46672;
}
</style>
border-color css
<style>
span { border-color: #C46672; }
span { border-color: rgb(196,102,114); }
td.TdClassName
{
border-color: #C46672;
}
.TagClassName
{
border-color: #C46672;
}
</style>