Shades of Cabaret #C4486A
Tints of Cabaret #C4486A
RGB
CMYK
RGB Variations
Color information
#C4486A (or 0xC4486A) is known color: Cabaret. HEX triplet: C4, 48 and 6A. RGB value is (196,72,106). Sum of RGB (Red+Green+Blue) = 196+72+106=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C4486A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4486A is #3BB795. Grayscale: #707070. Windows color (decimal): -3913622 or 6965444. OLE color: 6965444.
HSL color Cylindrical-coordinate representation of color #C4486A: hue angle of 343.55º 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 #C4486A is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 72 | 106 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.23 |
| HSL | 343.55º | 0.51% | 0.53% | - |
| HSV(B) | 343.55º | 0.63% | 0.77% | - |
| XYZ | 27.68 | 17.41 | 15.54 | - |
| YUV | 112.95 | 124.08 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 72 | 106 | 0 | 0.63 | 0.46 | 0.23 | 343.55 | 0.51 | 0.53 |
| Hex | C4 | 48 | 6A | 0 | 3F | 2E | 17 | 158 | 33 | 35 |
| Octal | 304 | 110 | 152 | 0 | 77 | 56 | 27 | 530 | 63 | 65 |
| Binary | 11000100 | 1001000 | 1101010 | 0 | 111111 | 101110 | 10111 | 101011000 | 110011 | 110101 |
Color Harmonies of #C4486A
Complementary color
Monochromatic Colors of #C4486A
Black with #C4486A
Text Example
Text Example
White with #C4486A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4486A; }
p { color: rgb(196,72,106); }
H1.HeaderClassName
{
color: #C4486A;
}
.AnyTagClassName
{
color: #C4486A;
}
</style>
background-color css
<style>
a { background-color: #C4486A; }
a { background-color: rgb(196,72,106); }
div.DivClassName
{
background-color: #C4486A;
}
.BgClassName
{
background-color: #C4486A;
}
</style>
border-color css
<style>
span { border-color: #C4486A; }
span { border-color: rgb(196,72,106); }
td.TdClassName
{
border-color: #C4486A;
}
.TagClassName
{
border-color: #C4486A;
}
</style>