Shades of Cabaret #C4546B
Tints of Cabaret #C4546B
RGB
CMYK
RGB Variations
Color information
#C4546B (or 0xC4546B) is known color: Cabaret. HEX triplet: C4, 54 and 6B. RGB value is (196,84,107). Sum of RGB (Red+Green+Blue) = 196+84+107=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C4546B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4546B is #3BAB94. Grayscale: #787878. Windows color (decimal): -3910549 or 7034052. OLE color: 7034052.
HSL color Cylindrical-coordinate representation of color #C4546B: hue angle of 347.68º 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 #C4546B is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 107 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.23 |
| HSL | 347.68º | 0.49% | 0.55% | - |
| HSV(B) | 347.68º | 0.57% | 0.77% | - |
| XYZ | 28.59 | 19.14 | 16.1 | - |
| YUV | 120.11 | 120.61 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 107 | 0 | 0.57 | 0.45 | 0.23 | 347.68 | 0.49 | 0.55 |
| Hex | C4 | 54 | 6B | 0 | 39 | 2D | 17 | 15C | 31 | 37 |
| Octal | 304 | 124 | 153 | 0 | 71 | 55 | 27 | 534 | 61 | 67 |
| Binary | 11000100 | 1010100 | 1101011 | 0 | 111001 | 101101 | 10111 | 101011100 | 110001 | 110111 |
Color Harmonies of #C4546B
Complementary color
Monochromatic Colors of #C4546B
Black with #C4546B
Text Example
Text Example
White with #C4546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4546B; }
p { color: rgb(196,84,107); }
H1.HeaderClassName
{
color: #C4546B;
}
.AnyTagClassName
{
color: #C4546B;
}
</style>
background-color css
<style>
a { background-color: #C4546B; }
a { background-color: rgb(196,84,107); }
div.DivClassName
{
background-color: #C4546B;
}
.BgClassName
{
background-color: #C4546B;
}
</style>
border-color css
<style>
span { border-color: #C4546B; }
span { border-color: rgb(196,84,107); }
td.TdClassName
{
border-color: #C4546B;
}
.TagClassName
{
border-color: #C4546B;
}
</style>