Shades of Cabaret #D04D65
Tints of Cabaret #D04D65
RGB
CMYK
RGB Variations
Color information
#D04D65 (or 0xD04D65) is known color: Cabaret. HEX triplet: D0, 4D and 65. RGB value is (208,77,101). Sum of RGB (Red+Green+Blue) = 208+77+101=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 77 (30.47% from 255 or 19.95% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D04D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D04D65 is #2FB29A. Grayscale: #767676. Windows color (decimal): -3125915 or 6639056. OLE color: 6639056.
HSL color Cylindrical-coordinate representation of color #D04D65: hue angle of 349.01º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D04D65 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 77 | 101 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.18 |
| HSL | 349.01º | 0.58% | 0.56% | - |
| HSV(B) | 349.01º | 0.63% | 0.82% | - |
| XYZ | 31.02 | 19.66 | 14.47 | - |
| YUV | 118.91 | 117.9 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 77 | 101 | 0 | 0.63 | 0.51 | 0.18 | 349.01 | 0.58 | 0.56 |
| Hex | D0 | 4D | 65 | 0 | 3F | 33 | 12 | 15D | 3A | 38 |
| Octal | 320 | 115 | 145 | 0 | 77 | 63 | 22 | 535 | 72 | 70 |
| Binary | 11010000 | 1001101 | 1100101 | 0 | 111111 | 110011 | 10010 | 101011101 | 111010 | 111000 |
Color Harmonies of #D04D65
Complementary color
Monochromatic Colors of #D04D65
Black with #D04D65
Text Example
Text Example
White with #D04D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04D65; }
p { color: rgb(208,77,101); }
H1.HeaderClassName
{
color: #D04D65;
}
.AnyTagClassName
{
color: #D04D65;
}
</style>
background-color css
<style>
a { background-color: #D04D65; }
a { background-color: rgb(208,77,101); }
div.DivClassName
{
background-color: #D04D65;
}
.BgClassName
{
background-color: #D04D65;
}
</style>
border-color css
<style>
span { border-color: #D04D65; }
span { border-color: rgb(208,77,101); }
td.TdClassName
{
border-color: #D04D65;
}
.TagClassName
{
border-color: #D04D65;
}
</style>