Shades of Cabaret #D9476A
Tints of Cabaret #D9476A
RGB
CMYK
RGB Variations
Color information
#D9476A (or 0xD9476A) is known color: Cabaret. HEX triplet: D9, 47 and 6A. RGB value is (217,71,106). Sum of RGB (Red+Green+Blue) = 217+71+106=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D9476A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9476A is #26B895. Grayscale: #767676. Windows color (decimal): -2537622 or 6965209. OLE color: 6965209.
HSL color Cylindrical-coordinate representation of color #D9476A: hue angle of 345.62º 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 #D9476A is Cyan = 0, Magento = 0.67, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 71 | 106 | - |
| CMYK | 0 | 0.67 | 0.51 | 0.15 |
| HSL | 345.62º | 0.66% | 0.56% | - |
| HSV(B) | 345.62º | 0.67% | 0.85% | - |
| XYZ | 33.47 | 20.3 | 15.79 | - |
| YUV | 118.64 | 120.87 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 71 | 106 | 0 | 0.67 | 0.51 | 0.15 | 345.62 | 0.66 | 0.56 |
| Hex | D9 | 47 | 6A | 0 | 43 | 33 | F | 15A | 42 | 38 |
| Octal | 331 | 107 | 152 | 0 | 103 | 63 | 17 | 532 | 102 | 70 |
| Binary | 11011001 | 1000111 | 1101010 | 0 | 1000011 | 110011 | 1111 | 101011010 | 1000010 | 111000 |
Color Harmonies of #D9476A
Complementary color
Monochromatic Colors of #D9476A
Black with #D9476A
Text Example
Text Example
White with #D9476A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9476A; }
p { color: rgb(217,71,106); }
H1.HeaderClassName
{
color: #D9476A;
}
.AnyTagClassName
{
color: #D9476A;
}
</style>
background-color css
<style>
a { background-color: #D9476A; }
a { background-color: rgb(217,71,106); }
div.DivClassName
{
background-color: #D9476A;
}
.BgClassName
{
background-color: #D9476A;
}
</style>
border-color css
<style>
span { border-color: #D9476A; }
span { border-color: rgb(217,71,106); }
td.TdClassName
{
border-color: #D9476A;
}
.TagClassName
{
border-color: #D9476A;
}
</style>