Shades of Cabaret #DC546C
Tints of Cabaret #DC546C
RGB
CMYK
RGB Variations
Color information
#DC546C (or 0xDC546C) is known color: Cabaret. HEX triplet: DC, 54 and 6C. RGB value is (220,84,108). Sum of RGB (Red+Green+Blue) = 220+84+108=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC546C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC546C is #23AB93. Grayscale: #7F7F7F. Windows color (decimal): -2337684 or 7099612. OLE color: 7099612.
HSL color Cylindrical-coordinate representation of color #DC546C: hue angle of 349.41º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC546C is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 108 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.14 |
| HSL | 349.41º | 0.66% | 0.6% | - |
| HSV(B) | 349.41º | 0.62% | 0.86% | - |
| XYZ | 35.39 | 22.64 | 16.69 | - |
| YUV | 127.4 | 117.06 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 108 | 0 | 0.62 | 0.51 | 0.14 | 349.41 | 0.66 | 0.6 |
| Hex | DC | 54 | 6C | 0 | 3E | 33 | E | 15D | 42 | 3C |
| Octal | 334 | 124 | 154 | 0 | 76 | 63 | 16 | 535 | 102 | 74 |
| Binary | 11011100 | 1010100 | 1101100 | 0 | 111110 | 110011 | 1110 | 101011101 | 1000010 | 111100 |
Color Harmonies of #DC546C
Complementary color
Monochromatic Colors of #DC546C
Black with #DC546C
Text Example
Text Example
White with #DC546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC546C; }
p { color: rgb(220,84,108); }
H1.HeaderClassName
{
color: #DC546C;
}
.AnyTagClassName
{
color: #DC546C;
}
</style>
background-color css
<style>
a { background-color: #DC546C; }
a { background-color: rgb(220,84,108); }
div.DivClassName
{
background-color: #DC546C;
}
.BgClassName
{
background-color: #DC546C;
}
</style>
border-color css
<style>
span { border-color: #DC546C; }
span { border-color: rgb(220,84,108); }
td.TdClassName
{
border-color: #DC546C;
}
.TagClassName
{
border-color: #DC546C;
}
</style>