Shades of Cabaret #D04965
Tints of Cabaret #D04965
RGB
CMYK
RGB Variations
Color information
#D04965 (or 0xD04965) is known color: Cabaret. HEX triplet: D0, 49 and 65. RGB value is (208,73,101). Sum of RGB (Red+Green+Blue) = 208+73+101=382 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.45% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 101 (39.84% from 255 or 26.44% from 382); Max value from RGB is 208 - color contains mainly: red. Hex color #D04965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04965 is #2FB69A. Grayscale: #747474. Windows color (decimal): -3126939 or 6638032. OLE color: 6638032.
HSL color Cylindrical-coordinate representation of color #D04965: hue angle of 347.56º 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 #D04965 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 73 | 101 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.18 |
| HSL | 347.56º | 0.59% | 0.55% | - |
| HSV(B) | 347.56º | 0.65% | 0.82% | - |
| XYZ | 30.74 | 19.11 | 14.38 | - |
| YUV | 116.56 | 119.23 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 73 | 101 | 0 | 0.65 | 0.51 | 0.18 | 347.56 | 0.59 | 0.55 |
| Hex | D0 | 49 | 65 | 0 | 41 | 33 | 12 | 15C | 3B | 37 |
| Octal | 320 | 111 | 145 | 0 | 101 | 63 | 22 | 534 | 73 | 67 |
| Binary | 11010000 | 1001001 | 1100101 | 0 | 1000001 | 110011 | 10010 | 101011100 | 111011 | 110111 |
Color Harmonies of #D04965
Complementary color
Monochromatic Colors of #D04965
Black with #D04965
Text Example
Text Example
White with #D04965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04965; }
p { color: rgb(208,73,101); }
H1.HeaderClassName
{
color: #D04965;
}
.AnyTagClassName
{
color: #D04965;
}
</style>
background-color css
<style>
a { background-color: #D04965; }
a { background-color: rgb(208,73,101); }
div.DivClassName
{
background-color: #D04965;
}
.BgClassName
{
background-color: #D04965;
}
</style>
border-color css
<style>
span { border-color: #D04965; }
span { border-color: rgb(208,73,101); }
td.TdClassName
{
border-color: #D04965;
}
.TagClassName
{
border-color: #D04965;
}
</style>