Shades of Cabaret #C4546A
Tints of Cabaret #C4546A
RGB
CMYK
RGB Variations
Color information
#C4546A (or 0xC4546A) is known color: Cabaret. HEX triplet: C4, 54 and 6A. RGB value is (196,84,106). Sum of RGB (Red+Green+Blue) = 196+84+106=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 84 (33.20% from 255 or 21.76% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C4546A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4546A is #3BAB95. Grayscale: #787878. Windows color (decimal): -3910550 or 6968516. OLE color: 6968516.
HSL color Cylindrical-coordinate representation of color #C4546A: hue angle of 348.21º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C4546A is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 106 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.23 |
| HSL | 348.21º | 0.49% | 0.55% | - |
| HSV(B) | 348.21º | 0.57% | 0.77% | - |
| XYZ | 28.54 | 19.12 | 15.82 | - |
| YUV | 120 | 120.11 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 106 | 0 | 0.57 | 0.46 | 0.23 | 348.21 | 0.49 | 0.55 |
| Hex | C4 | 54 | 6A | 0 | 39 | 2E | 17 | 15C | 31 | 37 |
| Octal | 304 | 124 | 152 | 0 | 71 | 56 | 27 | 534 | 61 | 67 |
| Binary | 11000100 | 1010100 | 1101010 | 0 | 111001 | 101110 | 10111 | 101011100 | 110001 | 110111 |
Color Harmonies of #C4546A
Complementary color
Monochromatic Colors of #C4546A
Black with #C4546A
Text Example
Text Example
White with #C4546A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4546A; }
p { color: rgb(196,84,106); }
H1.HeaderClassName
{
color: #C4546A;
}
.AnyTagClassName
{
color: #C4546A;
}
</style>
background-color css
<style>
a { background-color: #C4546A; }
a { background-color: rgb(196,84,106); }
div.DivClassName
{
background-color: #C4546A;
}
.BgClassName
{
background-color: #C4546A;
}
</style>
border-color css
<style>
span { border-color: #C4546A; }
span { border-color: rgb(196,84,106); }
td.TdClassName
{
border-color: #C4546A;
}
.TagClassName
{
border-color: #C4546A;
}
</style>