Shades of Cabaret #D0466D
Tints of Cabaret #D0466D
RGB
CMYK
RGB Variations
Color information
#D0466D (or 0xD0466D) is known color: Cabaret. HEX triplet: D0, 46 and 6D. RGB value is (208,70,109). Sum of RGB (Red+Green+Blue) = 208+70+109=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D0466D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0466D is #2FB992. Grayscale: #737373. Windows color (decimal): -3127699 or 7161552. OLE color: 7161552.
HSL color Cylindrical-coordinate representation of color #D0466D: hue angle of 343.04º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D0466D is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 70 | 109 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.18 |
| HSL | 343.04º | 0.59% | 0.55% | - |
| HSV(B) | 343.04º | 0.66% | 0.82% | - |
| XYZ | 30.96 | 18.89 | 16.48 | - |
| YUV | 115.71 | 124.22 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 70 | 109 | 0 | 0.66 | 0.48 | 0.18 | 343.04 | 0.59 | 0.55 |
| Hex | D0 | 46 | 6D | 0 | 42 | 30 | 12 | 157 | 3B | 37 |
| Octal | 320 | 106 | 155 | 0 | 102 | 60 | 22 | 527 | 73 | 67 |
| Binary | 11010000 | 1000110 | 1101101 | 0 | 1000010 | 110000 | 10010 | 101010111 | 111011 | 110111 |
Color Harmonies of #D0466D
Complementary color
Monochromatic Colors of #D0466D
Black with #D0466D
Text Example
Text Example
White with #D0466D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0466D; }
p { color: rgb(208,70,109); }
H1.HeaderClassName
{
color: #D0466D;
}
.AnyTagClassName
{
color: #D0466D;
}
</style>
background-color css
<style>
a { background-color: #D0466D; }
a { background-color: rgb(208,70,109); }
div.DivClassName
{
background-color: #D0466D;
}
.BgClassName
{
background-color: #D0466D;
}
</style>
border-color css
<style>
span { border-color: #D0466D; }
span { border-color: rgb(208,70,109); }
td.TdClassName
{
border-color: #D0466D;
}
.TagClassName
{
border-color: #D0466D;
}
</style>