Shades of Cabaret #D06073
Tints of Cabaret #D06073
RGB
CMYK
RGB Variations
Color information
#D06073 (or 0xD06073) is known color: Cabaret. HEX triplet: D0, 60 and 73. RGB value is (208,96,115). Sum of RGB (Red+Green+Blue) = 208+96+115=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D06073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06073 is #2F9F8C. Grayscale: #838383. Windows color (decimal): -3121037 or 7561424. OLE color: 7561424.
HSL color Cylindrical-coordinate representation of color #D06073: hue angle of 349.82º 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 #D06073 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 96 | 115 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.18 |
| HSL | 349.82º | 0.54% | 0.6% | - |
| HSV(B) | 349.82º | 0.54% | 0.82% | - |
| XYZ | 33.29 | 23.01 | 18.91 | - |
| YUV | 131.65 | 118.61 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 96 | 115 | 0 | 0.54 | 0.45 | 0.18 | 349.82 | 0.54 | 0.6 |
| Hex | D0 | 60 | 73 | 0 | 36 | 2D | 12 | 15E | 36 | 3C |
| Octal | 320 | 140 | 163 | 0 | 66 | 55 | 22 | 536 | 66 | 74 |
| Binary | 11010000 | 1100000 | 1110011 | 0 | 110110 | 101101 | 10010 | 101011110 | 110110 | 111100 |
Color Harmonies of #D06073
Complementary color
Monochromatic Colors of #D06073
Black with #D06073
Text Example
Text Example
White with #D06073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06073; }
p { color: rgb(208,96,115); }
H1.HeaderClassName
{
color: #D06073;
}
.AnyTagClassName
{
color: #D06073;
}
</style>
background-color css
<style>
a { background-color: #D06073; }
a { background-color: rgb(208,96,115); }
div.DivClassName
{
background-color: #D06073;
}
.BgClassName
{
background-color: #D06073;
}
</style>
border-color css
<style>
span { border-color: #D06073; }
span { border-color: rgb(208,96,115); }
td.TdClassName
{
border-color: #D06073;
}
.TagClassName
{
border-color: #D06073;
}
</style>