Shades of Cabaret #DC546B
Tints of Cabaret #DC546B
RGB
CMYK
RGB Variations
Color information
#DC546B (or 0xDC546B) is known color: Cabaret. HEX triplet: DC, 54 and 6B. RGB value is (220,84,107). Sum of RGB (Red+Green+Blue) = 220+84+107=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC546B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC546B is #23AB94. Grayscale: #7F7F7F. Windows color (decimal): -2337685 or 7034076. OLE color: 7034076.
HSL color Cylindrical-coordinate representation of color #DC546B: hue angle of 349.85º 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 #DC546B is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 107 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.14 |
| HSL | 349.85º | 0.66% | 0.6% | - |
| HSV(B) | 349.85º | 0.62% | 0.86% | - |
| XYZ | 35.34 | 22.62 | 16.41 | - |
| YUV | 127.29 | 116.56 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 107 | 0 | 0.62 | 0.51 | 0.14 | 349.85 | 0.66 | 0.6 |
| Hex | DC | 54 | 6B | 0 | 3E | 33 | E | 15E | 42 | 3C |
| Octal | 334 | 124 | 153 | 0 | 76 | 63 | 16 | 536 | 102 | 74 |
| Binary | 11011100 | 1010100 | 1101011 | 0 | 111110 | 110011 | 1110 | 101011110 | 1000010 | 111100 |
Color Harmonies of #DC546B
Complementary color
Monochromatic Colors of #DC546B
Black with #DC546B
Text Example
Text Example
White with #DC546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC546B; }
p { color: rgb(220,84,107); }
H1.HeaderClassName
{
color: #DC546B;
}
.AnyTagClassName
{
color: #DC546B;
}
</style>
background-color css
<style>
a { background-color: #DC546B; }
a { background-color: rgb(220,84,107); }
div.DivClassName
{
background-color: #DC546B;
}
.BgClassName
{
background-color: #DC546B;
}
</style>
border-color css
<style>
span { border-color: #DC546B; }
span { border-color: rgb(220,84,107); }
td.TdClassName
{
border-color: #DC546B;
}
.TagClassName
{
border-color: #DC546B;
}
</style>