Shades of Cabaret #D0546C
Tints of Cabaret #D0546C
RGB
CMYK
RGB Variations
Color information
#D0546C (or 0xD0546C) is known color: Cabaret. HEX triplet: D0, 54 and 6C. RGB value is (208,84,108). Sum of RGB (Red+Green+Blue) = 208+84+108=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D0546C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0546C is #2FAB93. Grayscale: #7B7B7B. Windows color (decimal): -3124116 or 7099600. OLE color: 7099600.
HSL color Cylindrical-coordinate representation of color #D0546C: hue angle of 348.39º 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 #D0546C is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 84 | 108 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.18 |
| HSL | 348.39º | 0.57% | 0.57% | - |
| HSV(B) | 348.39º | 0.6% | 0.82% | - |
| XYZ | 31.89 | 20.83 | 16.53 | - |
| YUV | 123.81 | 119.08 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 84 | 108 | 0 | 0.60 | 0.48 | 0.18 | 348.39 | 0.57 | 0.57 |
| Hex | D0 | 54 | 6C | 0 | 3C | 30 | 12 | 15C | 39 | 39 |
| Octal | 320 | 124 | 154 | 0 | 74 | 60 | 22 | 534 | 71 | 71 |
| Binary | 11010000 | 1010100 | 1101100 | 0 | 111100 | 110000 | 10010 | 101011100 | 111001 | 111001 |
Color Harmonies of #D0546C
Complementary color
Monochromatic Colors of #D0546C
Black with #D0546C
Text Example
Text Example
White with #D0546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0546C; }
p { color: rgb(208,84,108); }
H1.HeaderClassName
{
color: #D0546C;
}
.AnyTagClassName
{
color: #D0546C;
}
</style>
background-color css
<style>
a { background-color: #D0546C; }
a { background-color: rgb(208,84,108); }
div.DivClassName
{
background-color: #D0546C;
}
.BgClassName
{
background-color: #D0546C;
}
</style>
border-color css
<style>
span { border-color: #D0546C; }
span { border-color: rgb(208,84,108); }
td.TdClassName
{
border-color: #D0546C;
}
.TagClassName
{
border-color: #D0546C;
}
</style>