Shades of Cabaret #D05065
Tints of Cabaret #D05065
RGB
CMYK
RGB Variations
Color information
#D05065 (or 0xD05065) is known color: Cabaret. HEX triplet: D0, 50 and 65. RGB value is (208,80,101). Sum of RGB (Red+Green+Blue) = 208+80+101=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 101 (39.84% from 255 or 25.96% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D05065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05065 is #2FAF9A. Grayscale: #787878. Windows color (decimal): -3125147 or 6639824. OLE color: 6639824.
HSL color Cylindrical-coordinate representation of color #D05065: hue angle of 350.16º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D05065 is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 80 | 101 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.18 |
| HSL | 350.16º | 0.58% | 0.56% | - |
| HSV(B) | 350.16º | 0.62% | 0.82% | - |
| XYZ | 31.23 | 20.09 | 14.54 | - |
| YUV | 120.67 | 116.91 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 80 | 101 | 0 | 0.62 | 0.51 | 0.18 | 350.16 | 0.58 | 0.56 |
| Hex | D0 | 50 | 65 | 0 | 3E | 33 | 12 | 15E | 3A | 38 |
| Octal | 320 | 120 | 145 | 0 | 76 | 63 | 22 | 536 | 72 | 70 |
| Binary | 11010000 | 1010000 | 1100101 | 0 | 111110 | 110011 | 10010 | 101011110 | 111010 | 111000 |
Color Harmonies of #D05065
Complementary color
Monochromatic Colors of #D05065
Black with #D05065
Text Example
Text Example
White with #D05065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05065; }
p { color: rgb(208,80,101); }
H1.HeaderClassName
{
color: #D05065;
}
.AnyTagClassName
{
color: #D05065;
}
</style>
background-color css
<style>
a { background-color: #D05065; }
a { background-color: rgb(208,80,101); }
div.DivClassName
{
background-color: #D05065;
}
.BgClassName
{
background-color: #D05065;
}
</style>
border-color css
<style>
span { border-color: #D05065; }
span { border-color: rgb(208,80,101); }
td.TdClassName
{
border-color: #D05065;
}
.TagClassName
{
border-color: #D05065;
}
</style>