Shades of Cabaret #D0486E
Tints of Cabaret #D0486E
RGB
CMYK
RGB Variations
Color information
#D0486E (or 0xD0486E) is known color: Cabaret. HEX triplet: D0, 48 and 6E. RGB value is (208,72,110). Sum of RGB (Red+Green+Blue) = 208+72+110=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D0486E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0486E is #2FB791. Grayscale: #747474. Windows color (decimal): -3127186 or 7227600. OLE color: 7227600.
HSL color Cylindrical-coordinate representation of color #D0486E: hue angle of 343.24º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0486E is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 72 | 110 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.18 |
| HSL | 343.24º | 0.59% | 0.55% | - |
| HSV(B) | 343.24º | 0.65% | 0.82% | - |
| XYZ | 31.14 | 19.17 | 16.81 | - |
| YUV | 117 | 124.06 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 110 | 0 | 0.65 | 0.47 | 0.18 | 343.24 | 0.59 | 0.55 |
| Hex | D0 | 48 | 6E | 0 | 41 | 2F | 12 | 157 | 3B | 37 |
| Octal | 320 | 110 | 156 | 0 | 101 | 57 | 22 | 527 | 73 | 67 |
| Binary | 11010000 | 1001000 | 1101110 | 0 | 1000001 | 101111 | 10010 | 101010111 | 111011 | 110111 |
Color Harmonies of #D0486E
Complementary color
Monochromatic Colors of #D0486E
Black with #D0486E
Text Example
Text Example
White with #D0486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0486E; }
p { color: rgb(208,72,110); }
H1.HeaderClassName
{
color: #D0486E;
}
.AnyTagClassName
{
color: #D0486E;
}
</style>
background-color css
<style>
a { background-color: #D0486E; }
a { background-color: rgb(208,72,110); }
div.DivClassName
{
background-color: #D0486E;
}
.BgClassName
{
background-color: #D0486E;
}
</style>
border-color css
<style>
span { border-color: #D0486E; }
span { border-color: rgb(208,72,110); }
td.TdClassName
{
border-color: #D0486E;
}
.TagClassName
{
border-color: #D0486E;
}
</style>