Shades of Cabaret #D1476F
Tints of Cabaret #D1476F
RGB
CMYK
RGB Variations
Color information
#D1476F (or 0xD1476F) is known color: Cabaret. HEX triplet: D1, 47 and 6F. RGB value is (209,71,111). Sum of RGB (Red+Green+Blue) = 209+71+111=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 71 (28.12% from 255 or 18.16% from 391); Blue value is 111 (43.75% from 255 or 28.39% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D1476F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1476F is #2EB890. Grayscale: #747474. Windows color (decimal): -3061905 or 7292881. OLE color: 7292881.
HSL color Cylindrical-coordinate representation of color #D1476F: hue angle of 342.61º 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 #D1476F is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 111 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.18 |
| HSL | 342.61º | 0.6% | 0.55% | - |
| HSV(B) | 342.61º | 0.66% | 0.82% | - |
| XYZ | 31.42 | 19.21 | 17.09 | - |
| YUV | 116.82 | 124.72 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 111 | 0 | 0.66 | 0.47 | 0.18 | 342.61 | 0.6 | 0.55 |
| Hex | D1 | 47 | 6F | 0 | 42 | 2F | 12 | 157 | 3C | 37 |
| Octal | 321 | 107 | 157 | 0 | 102 | 57 | 22 | 527 | 74 | 67 |
| Binary | 11010001 | 1000111 | 1101111 | 0 | 1000010 | 101111 | 10010 | 101010111 | 111100 | 110111 |
Color Harmonies of #D1476F
Complementary color
Monochromatic Colors of #D1476F
Black with #D1476F
Text Example
Text Example
White with #D1476F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1476F; }
p { color: rgb(209,71,111); }
H1.HeaderClassName
{
color: #D1476F;
}
.AnyTagClassName
{
color: #D1476F;
}
</style>
background-color css
<style>
a { background-color: #D1476F; }
a { background-color: rgb(209,71,111); }
div.DivClassName
{
background-color: #D1476F;
}
.BgClassName
{
background-color: #D1476F;
}
</style>
border-color css
<style>
span { border-color: #D1476F; }
span { border-color: rgb(209,71,111); }
td.TdClassName
{
border-color: #D1476F;
}
.TagClassName
{
border-color: #D1476F;
}
</style>