Shades of Cabaret #D06074
Tints of Cabaret #D06074
RGB
CMYK
RGB Variations
Color information
#D06074 (or 0xD06074) is known color: Cabaret. HEX triplet: D0, 60 and 74. RGB value is (208,96,116). Sum of RGB (Red+Green+Blue) = 208+96+116=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 96 (37.89% from 255 or 22.86% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D06074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06074 is #2F9F8B. Grayscale: #838383. Windows color (decimal): -3121036 or 7626960. OLE color: 7626960.
HSL color Cylindrical-coordinate representation of color #D06074: hue angle of 349.29º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D06074 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 96 | 116 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.18 |
| HSL | 349.29º | 0.54% | 0.6% | - |
| HSV(B) | 349.29º | 0.54% | 0.82% | - |
| XYZ | 33.35 | 23.04 | 19.21 | - |
| YUV | 131.77 | 119.11 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 96 | 116 | 0 | 0.54 | 0.44 | 0.18 | 349.29 | 0.54 | 0.6 |
| Hex | D0 | 60 | 74 | 0 | 36 | 2C | 12 | 15D | 36 | 3C |
| Octal | 320 | 140 | 164 | 0 | 66 | 54 | 22 | 535 | 66 | 74 |
| Binary | 11010000 | 1100000 | 1110100 | 0 | 110110 | 101100 | 10010 | 101011101 | 110110 | 111100 |
Color Harmonies of #D06074
Complementary color
Monochromatic Colors of #D06074
Black with #D06074
Text Example
Text Example
White with #D06074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06074; }
p { color: rgb(208,96,116); }
H1.HeaderClassName
{
color: #D06074;
}
.AnyTagClassName
{
color: #D06074;
}
</style>
background-color css
<style>
a { background-color: #D06074; }
a { background-color: rgb(208,96,116); }
div.DivClassName
{
background-color: #D06074;
}
.BgClassName
{
background-color: #D06074;
}
</style>
border-color css
<style>
span { border-color: #D06074; }
span { border-color: rgb(208,96,116); }
td.TdClassName
{
border-color: #D06074;
}
.TagClassName
{
border-color: #D06074;
}
</style>