Shades of Cabaret #D05E76
Tints of Cabaret #D05E76
RGB
CMYK
RGB Variations
Color information
#D05E76 (or 0xD05E76) is known color: Cabaret. HEX triplet: D0, 5E and 76. RGB value is (208,94,118). Sum of RGB (Red+Green+Blue) = 208+94+118=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 94 (37.11% from 255 or 22.38% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D05E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05E76 is #2FA189. Grayscale: #828282. Windows color (decimal): -3121546 or 7757520. OLE color: 7757520.
HSL color Cylindrical-coordinate representation of color #D05E76: hue angle of 347.37º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D05E76 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 94 | 118 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.18 |
| HSL | 347.37º | 0.55% | 0.59% | - |
| HSV(B) | 347.37º | 0.55% | 0.82% | - |
| XYZ | 33.29 | 22.72 | 19.77 | - |
| YUV | 130.82 | 120.77 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 94 | 118 | 0 | 0.55 | 0.43 | 0.18 | 347.37 | 0.55 | 0.59 |
| Hex | D0 | 5E | 76 | 0 | 37 | 2B | 12 | 15B | 37 | 3B |
| Octal | 320 | 136 | 166 | 0 | 67 | 53 | 22 | 533 | 67 | 73 |
| Binary | 11010000 | 1011110 | 1110110 | 0 | 110111 | 101011 | 10010 | 101011011 | 110111 | 111011 |
Color Harmonies of #D05E76
Complementary color
Monochromatic Colors of #D05E76
Black with #D05E76
Text Example
Text Example
White with #D05E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05E76; }
p { color: rgb(208,94,118); }
H1.HeaderClassName
{
color: #D05E76;
}
.AnyTagClassName
{
color: #D05E76;
}
</style>
background-color css
<style>
a { background-color: #D05E76; }
a { background-color: rgb(208,94,118); }
div.DivClassName
{
background-color: #D05E76;
}
.BgClassName
{
background-color: #D05E76;
}
</style>
border-color css
<style>
span { border-color: #D05E76; }
span { border-color: rgb(208,94,118); }
td.TdClassName
{
border-color: #D05E76;
}
.TagClassName
{
border-color: #D05E76;
}
</style>