Shades of Cabaret #DC546A
Tints of Cabaret #DC546A
RGB
CMYK
RGB Variations
Color information
#DC546A (or 0xDC546A) is known color: Cabaret. HEX triplet: DC, 54 and 6A. RGB value is (220,84,106). Sum of RGB (Red+Green+Blue) = 220+84+106=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC546A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC546A is #23AB95. Grayscale: #7F7F7F. Windows color (decimal): -2337686 or 6968540. OLE color: 6968540.
HSL color Cylindrical-coordinate representation of color #DC546A: hue angle of 350.29º 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 #DC546A is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 84 | 106 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.14 |
| HSL | 350.29º | 0.66% | 0.6% | - |
| HSV(B) | 350.29º | 0.62% | 0.86% | - |
| XYZ | 35.29 | 22.6 | 16.14 | - |
| YUV | 127.17 | 116.06 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 84 | 106 | 0 | 0.62 | 0.52 | 0.14 | 350.29 | 0.66 | 0.6 |
| Hex | DC | 54 | 6A | 0 | 3E | 34 | E | 15E | 42 | 3C |
| Octal | 334 | 124 | 152 | 0 | 76 | 64 | 16 | 536 | 102 | 74 |
| Binary | 11011100 | 1010100 | 1101010 | 0 | 111110 | 110100 | 1110 | 101011110 | 1000010 | 111100 |
Color Harmonies of #DC546A
Complementary color
Monochromatic Colors of #DC546A
Black with #DC546A
Text Example
Text Example
White with #DC546A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC546A; }
p { color: rgb(220,84,106); }
H1.HeaderClassName
{
color: #DC546A;
}
.AnyTagClassName
{
color: #DC546A;
}
</style>
background-color css
<style>
a { background-color: #DC546A; }
a { background-color: rgb(220,84,106); }
div.DivClassName
{
background-color: #DC546A;
}
.BgClassName
{
background-color: #DC546A;
}
</style>
border-color css
<style>
span { border-color: #DC546A; }
span { border-color: rgb(220,84,106); }
td.TdClassName
{
border-color: #DC546A;
}
.TagClassName
{
border-color: #DC546A;
}
</style>