Shades of Cabaret #D94766
Tints of Cabaret #D94766
RGB
CMYK
RGB Variations
Color information
#D94766 (or 0xD94766) is known color: Cabaret. HEX triplet: D9, 47 and 66. RGB value is (217,71,102). Sum of RGB (Red+Green+Blue) = 217+71+102=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D94766 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94766 is #26B899. Grayscale: #767676. Windows color (decimal): -2537626 or 6703065. OLE color: 6703065.
HSL color Cylindrical-coordinate representation of color #D94766: hue angle of 347.26º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D94766 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 71 | 102 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.15 |
| HSL | 347.26º | 0.66% | 0.56% | - |
| HSV(B) | 347.26º | 0.67% | 0.85% | - |
| XYZ | 33.27 | 20.22 | 14.72 | - |
| YUV | 118.19 | 118.87 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 71 | 102 | 0 | 0.67 | 0.53 | 0.15 | 347.26 | 0.66 | 0.56 |
| Hex | D9 | 47 | 66 | 0 | 43 | 35 | F | 15B | 42 | 38 |
| Octal | 331 | 107 | 146 | 0 | 103 | 65 | 17 | 533 | 102 | 70 |
| Binary | 11011001 | 1000111 | 1100110 | 0 | 1000011 | 110101 | 1111 | 101011011 | 1000010 | 111000 |
Color Harmonies of #D94766
Complementary color
Monochromatic Colors of #D94766
Black with #D94766
Text Example
Text Example
White with #D94766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94766; }
p { color: rgb(217,71,102); }
H1.HeaderClassName
{
color: #D94766;
}
.AnyTagClassName
{
color: #D94766;
}
</style>
background-color css
<style>
a { background-color: #D94766; }
a { background-color: rgb(217,71,102); }
div.DivClassName
{
background-color: #D94766;
}
.BgClassName
{
background-color: #D94766;
}
</style>
border-color css
<style>
span { border-color: #D94766; }
span { border-color: rgb(217,71,102); }
td.TdClassName
{
border-color: #D94766;
}
.TagClassName
{
border-color: #D94766;
}
</style>