Shades of Cabaret #C4486D
Tints of Cabaret #C4486D
RGB
CMYK
RGB Variations
Color information
#C4486D (or 0xC4486D) is known color: Cabaret. HEX triplet: C4, 48 and 6D. RGB value is (196,72,109). Sum of RGB (Red+Green+Blue) = 196+72+109=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C4486D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4486D is #3BB792. Grayscale: #717171. Windows color (decimal): -3913619 or 7162052. OLE color: 7162052.
HSL color Cylindrical-coordinate representation of color #C4486D: hue angle of 342.1º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4486D is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 72 | 109 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.23 |
| HSL | 342.1º | 0.51% | 0.53% | - |
| HSV(B) | 342.1º | 0.63% | 0.77% | - |
| XYZ | 27.84 | 17.47 | 16.37 | - |
| YUV | 113.29 | 125.58 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 72 | 109 | 0 | 0.63 | 0.44 | 0.23 | 342.1 | 0.51 | 0.53 |
| Hex | C4 | 48 | 6D | 0 | 3F | 2C | 17 | 156 | 33 | 35 |
| Octal | 304 | 110 | 155 | 0 | 77 | 54 | 27 | 526 | 63 | 65 |
| Binary | 11000100 | 1001000 | 1101101 | 0 | 111111 | 101100 | 10111 | 101010110 | 110011 | 110101 |
Color Harmonies of #C4486D
Complementary color
Monochromatic Colors of #C4486D
Black with #C4486D
Text Example
Text Example
White with #C4486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4486D; }
p { color: rgb(196,72,109); }
H1.HeaderClassName
{
color: #C4486D;
}
.AnyTagClassName
{
color: #C4486D;
}
</style>
background-color css
<style>
a { background-color: #C4486D; }
a { background-color: rgb(196,72,109); }
div.DivClassName
{
background-color: #C4486D;
}
.BgClassName
{
background-color: #C4486D;
}
</style>
border-color css
<style>
span { border-color: #C4486D; }
span { border-color: rgb(196,72,109); }
td.TdClassName
{
border-color: #C4486D;
}
.TagClassName
{
border-color: #C4486D;
}
</style>