Shades of Cabaret #D04864
Tints of Cabaret #D04864
RGB
CMYK
RGB Variations
Color information
#D04864 (or 0xD04864) is known color: Cabaret. HEX triplet: D0, 48 and 64. RGB value is (208,72,100). Sum of RGB (Red+Green+Blue) = 208+72+100=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 100 (39.45% from 255 or 26.32% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D04864 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04864 is #2FB79B. Grayscale: #737373. Windows color (decimal): -3127196 or 6572240. OLE color: 6572240.
HSL color Cylindrical-coordinate representation of color #D04864: hue angle of 347.65º 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 #D04864 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 72 | 100 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.18 |
| HSL | 347.65º | 0.59% | 0.55% | - |
| HSV(B) | 347.65º | 0.65% | 0.82% | - |
| XYZ | 30.63 | 18.96 | 14.1 | - |
| YUV | 115.86 | 119.06 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 100 | 0 | 0.65 | 0.52 | 0.18 | 347.65 | 0.59 | 0.55 |
| Hex | D0 | 48 | 64 | 0 | 41 | 34 | 12 | 15C | 3B | 37 |
| Octal | 320 | 110 | 144 | 0 | 101 | 64 | 22 | 534 | 73 | 67 |
| Binary | 11010000 | 1001000 | 1100100 | 0 | 1000001 | 110100 | 10010 | 101011100 | 111011 | 110111 |
Color Harmonies of #D04864
Complementary color
Monochromatic Colors of #D04864
Black with #D04864
Text Example
Text Example
White with #D04864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04864; }
p { color: rgb(208,72,100); }
H1.HeaderClassName
{
color: #D04864;
}
.AnyTagClassName
{
color: #D04864;
}
</style>
background-color css
<style>
a { background-color: #D04864; }
a { background-color: rgb(208,72,100); }
div.DivClassName
{
background-color: #D04864;
}
.BgClassName
{
background-color: #D04864;
}
</style>
border-color css
<style>
span { border-color: #D04864; }
span { border-color: rgb(208,72,100); }
td.TdClassName
{
border-color: #D04864;
}
.TagClassName
{
border-color: #D04864;
}
</style>