Shades of Cabaret #C46272
Tints of Cabaret #C46272
RGB
CMYK
RGB Variations
Color information
#C46272 (or 0xC46272) is known color: Cabaret. HEX triplet: C4, 62 and 72. RGB value is (196,98,114). Sum of RGB (Red+Green+Blue) = 196+98+114=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C46272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46272 is #3B9D8D. Grayscale: #818181. Windows color (decimal): -3906958 or 7496388. OLE color: 7496388.
HSL color Cylindrical-coordinate representation of color #C46272: hue angle of 350.2º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C46272 is Cyan = 0, Magento = 0.5, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 98 | 114 | - |
| CMYK | 0 | 0.5 | 0.42 | 0.23 |
| HSL | 350.2º | 0.45% | 0.58% | - |
| HSV(B) | 350.2º | 0.5% | 0.77% | - |
| XYZ | 30.17 | 21.69 | 18.52 | - |
| YUV | 129.13 | 119.47 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 114 | 0 | 0.5 | 0.42 | 0.23 | 350.2 | 0.45 | 0.58 |
| Hex | C4 | 62 | 72 | 0 | 32 | 2A | 17 | 15E | 2D | 3A |
| Octal | 304 | 142 | 162 | 0 | 62 | 52 | 27 | 536 | 55 | 72 |
| Binary | 11000100 | 1100010 | 1110010 | 0 | 110010 | 101010 | 10111 | 101011110 | 101101 | 111010 |
Color Harmonies of #C46272
Complementary color
Monochromatic Colors of #C46272
Black with #C46272
Text Example
Text Example
White with #C46272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46272; }
p { color: rgb(196,98,114); }
H1.HeaderClassName
{
color: #C46272;
}
.AnyTagClassName
{
color: #C46272;
}
</style>
background-color css
<style>
a { background-color: #C46272; }
a { background-color: rgb(196,98,114); }
div.DivClassName
{
background-color: #C46272;
}
.BgClassName
{
background-color: #C46272;
}
</style>
border-color css
<style>
span { border-color: #C46272; }
span { border-color: rgb(196,98,114); }
td.TdClassName
{
border-color: #C46272;
}
.TagClassName
{
border-color: #C46272;
}
</style>