Shades of Cabaret #D1476A
Tints of Cabaret #D1476A
RGB
CMYK
RGB Variations
Color information
#D1476A (or 0xD1476A) is known color: Cabaret. HEX triplet: D1, 47 and 6A. RGB value is (209,71,106). Sum of RGB (Red+Green+Blue) = 209+71+106=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D1476A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1476A is #2EB895. Grayscale: #747474. Windows color (decimal): -3061910 or 6965201. OLE color: 6965201.
HSL color Cylindrical-coordinate representation of color #D1476A: hue angle of 344.78º 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 #D1476A is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 106 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.18 |
| HSL | 344.78º | 0.6% | 0.55% | - |
| HSV(B) | 344.78º | 0.66% | 0.82% | - |
| XYZ | 31.15 | 19.1 | 15.68 | - |
| YUV | 116.25 | 122.22 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 106 | 0 | 0.66 | 0.49 | 0.18 | 344.78 | 0.6 | 0.55 |
| Hex | D1 | 47 | 6A | 0 | 42 | 31 | 12 | 159 | 3C | 37 |
| Octal | 321 | 107 | 152 | 0 | 102 | 61 | 22 | 531 | 74 | 67 |
| Binary | 11010001 | 1000111 | 1101010 | 0 | 1000010 | 110001 | 10010 | 101011001 | 111100 | 110111 |
Color Harmonies of #D1476A
Complementary color
Monochromatic Colors of #D1476A
Black with #D1476A
Text Example
Text Example
White with #D1476A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1476A; }
p { color: rgb(209,71,106); }
H1.HeaderClassName
{
color: #D1476A;
}
.AnyTagClassName
{
color: #D1476A;
}
</style>
background-color css
<style>
a { background-color: #D1476A; }
a { background-color: rgb(209,71,106); }
div.DivClassName
{
background-color: #D1476A;
}
.BgClassName
{
background-color: #D1476A;
}
</style>
border-color css
<style>
span { border-color: #D1476A; }
span { border-color: rgb(209,71,106); }
td.TdClassName
{
border-color: #D1476A;
}
.TagClassName
{
border-color: #D1476A;
}
</style>