Shades of Cabaret #D0546B
Tints of Cabaret #D0546B
RGB
CMYK
RGB Variations
Color information
#D0546B (or 0xD0546B) is known color: Cabaret. HEX triplet: D0, 54 and 6B. RGB value is (208,84,107). Sum of RGB (Red+Green+Blue) = 208+84+107=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D0546B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0546B is #2FAB94. Grayscale: #7B7B7B. Windows color (decimal): -3124117 or 7034064. OLE color: 7034064.
HSL color Cylindrical-coordinate representation of color #D0546B: hue angle of 348.87º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D0546B is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 84 | 107 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.18 |
| HSL | 348.87º | 0.57% | 0.57% | - |
| HSV(B) | 348.87º | 0.6% | 0.82% | - |
| XYZ | 31.84 | 20.81 | 16.25 | - |
| YUV | 123.7 | 118.58 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 84 | 107 | 0 | 0.60 | 0.49 | 0.18 | 348.87 | 0.57 | 0.57 |
| Hex | D0 | 54 | 6B | 0 | 3C | 31 | 12 | 15D | 39 | 39 |
| Octal | 320 | 124 | 153 | 0 | 74 | 61 | 22 | 535 | 71 | 71 |
| Binary | 11010000 | 1010100 | 1101011 | 0 | 111100 | 110001 | 10010 | 101011101 | 111001 | 111001 |
Color Harmonies of #D0546B
Complementary color
Monochromatic Colors of #D0546B
Black with #D0546B
Text Example
Text Example
White with #D0546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0546B; }
p { color: rgb(208,84,107); }
H1.HeaderClassName
{
color: #D0546B;
}
.AnyTagClassName
{
color: #D0546B;
}
</style>
background-color css
<style>
a { background-color: #D0546B; }
a { background-color: rgb(208,84,107); }
div.DivClassName
{
background-color: #D0546B;
}
.BgClassName
{
background-color: #D0546B;
}
</style>
border-color css
<style>
span { border-color: #D0546B; }
span { border-color: rgb(208,84,107); }
td.TdClassName
{
border-color: #D0546B;
}
.TagClassName
{
border-color: #D0546B;
}
</style>