Shades of Cabaret #D04764
Tints of Cabaret #D04764
RGB
CMYK
RGB Variations
Color information
#D04764 (or 0xD04764) is known color: Cabaret. HEX triplet: D0, 47 and 64. RGB value is (208,71,100). Sum of RGB (Red+Green+Blue) = 208+71+100=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 100 (39.45% from 255 or 26.39% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D04764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04764 is #2FB89B. Grayscale: #737373. Windows color (decimal): -3127452 or 6571984. OLE color: 6571984.
HSL color Cylindrical-coordinate representation of color #D04764: hue angle of 347.3º 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 #D04764 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 71 | 100 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.18 |
| HSL | 347.3º | 0.59% | 0.55% | - |
| HSV(B) | 347.3º | 0.66% | 0.82% | - |
| XYZ | 30.57 | 18.84 | 14.08 | - |
| YUV | 115.27 | 119.39 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 100 | 0 | 0.66 | 0.52 | 0.18 | 347.3 | 0.59 | 0.55 |
| Hex | D0 | 47 | 64 | 0 | 42 | 34 | 12 | 15B | 3B | 37 |
| Octal | 320 | 107 | 144 | 0 | 102 | 64 | 22 | 533 | 73 | 67 |
| Binary | 11010000 | 1000111 | 1100100 | 0 | 1000010 | 110100 | 10010 | 101011011 | 111011 | 110111 |
Color Harmonies of #D04764
Complementary color
Monochromatic Colors of #D04764
Black with #D04764
Text Example
Text Example
White with #D04764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04764; }
p { color: rgb(208,71,100); }
H1.HeaderClassName
{
color: #D04764;
}
.AnyTagClassName
{
color: #D04764;
}
</style>
background-color css
<style>
a { background-color: #D04764; }
a { background-color: rgb(208,71,100); }
div.DivClassName
{
background-color: #D04764;
}
.BgClassName
{
background-color: #D04764;
}
</style>
border-color css
<style>
span { border-color: #D04764; }
span { border-color: rgb(208,71,100); }
td.TdClassName
{
border-color: #D04764;
}
.TagClassName
{
border-color: #D04764;
}
</style>