Shades of Cabaret #D1476E
Tints of Cabaret #D1476E
RGB
CMYK
RGB Variations
Color information
#D1476E (or 0xD1476E) is known color: Cabaret. HEX triplet: D1, 47 and 6E. RGB value is (209,71,110). Sum of RGB (Red+Green+Blue) = 209+71+110=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D1476E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1476E is #2EB891. Grayscale: #747474. Windows color (decimal): -3061906 or 7227345. OLE color: 7227345.
HSL color Cylindrical-coordinate representation of color #D1476E: hue angle of 343.04º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D1476E is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 110 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.18 |
| HSL | 343.04º | 0.6% | 0.55% | - |
| HSV(B) | 343.04º | 0.66% | 0.82% | - |
| XYZ | 31.36 | 19.19 | 16.8 | - |
| YUV | 116.71 | 124.22 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 110 | 0 | 0.66 | 0.47 | 0.18 | 343.04 | 0.6 | 0.55 |
| Hex | D1 | 47 | 6E | 0 | 42 | 2F | 12 | 157 | 3C | 37 |
| Octal | 321 | 107 | 156 | 0 | 102 | 57 | 22 | 527 | 74 | 67 |
| Binary | 11010001 | 1000111 | 1101110 | 0 | 1000010 | 101111 | 10010 | 101010111 | 111100 | 110111 |
Color Harmonies of #D1476E
Complementary color
Monochromatic Colors of #D1476E
Black with #D1476E
Text Example
Text Example
White with #D1476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1476E; }
p { color: rgb(209,71,110); }
H1.HeaderClassName
{
color: #D1476E;
}
.AnyTagClassName
{
color: #D1476E;
}
</style>
background-color css
<style>
a { background-color: #D1476E; }
a { background-color: rgb(209,71,110); }
div.DivClassName
{
background-color: #D1476E;
}
.BgClassName
{
background-color: #D1476E;
}
</style>
border-color css
<style>
span { border-color: #D1476E; }
span { border-color: rgb(209,71,110); }
td.TdClassName
{
border-color: #D1476E;
}
.TagClassName
{
border-color: #D1476E;
}
</style>