Shades of Cabaret #D04160
Tints of Cabaret #D04160
RGB
CMYK
RGB Variations
Color information
#D04160 (or 0xD04160) is known color: Cabaret. HEX triplet: D0, 41 and 60. RGB value is (208,65,96). Sum of RGB (Red+Green+Blue) = 208+65+96=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D04160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04160 is #2FBE9F. Grayscale: #6F6F6F. Windows color (decimal): -3128992 or 6308304. OLE color: 6308304.
HSL color Cylindrical-coordinate representation of color #D04160: hue angle of 346.99º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D04160 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 96 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.18 |
| HSL | 346.99º | 0.6% | 0.54% | - |
| HSV(B) | 346.99º | 0.69% | 0.82% | - |
| XYZ | 30.01 | 18.04 | 12.97 | - |
| YUV | 111.29 | 119.38 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 96 | 0 | 0.69 | 0.54 | 0.18 | 346.99 | 0.6 | 0.54 |
| Hex | D0 | 41 | 60 | 0 | 45 | 36 | 12 | 15B | 3C | 36 |
| Octal | 320 | 101 | 140 | 0 | 105 | 66 | 22 | 533 | 74 | 66 |
| Binary | 11010000 | 1000001 | 1100000 | 0 | 1000101 | 110110 | 10010 | 101011011 | 111100 | 110110 |
Color Harmonies of #D04160
Complementary color
Monochromatic Colors of #D04160
Black with #D04160
Text Example
Text Example
White with #D04160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04160; }
p { color: rgb(208,65,96); }
H1.HeaderClassName
{
color: #D04160;
}
.AnyTagClassName
{
color: #D04160;
}
</style>
background-color css
<style>
a { background-color: #D04160; }
a { background-color: rgb(208,65,96); }
div.DivClassName
{
background-color: #D04160;
}
.BgClassName
{
background-color: #D04160;
}
</style>
border-color css
<style>
span { border-color: #D04160; }
span { border-color: rgb(208,65,96); }
td.TdClassName
{
border-color: #D04160;
}
.TagClassName
{
border-color: #D04160;
}
</style>