Shades of Cabaret #D14763
Tints of Cabaret #D14763
RGB
CMYK
RGB Variations
Color information
#D14763 (or 0xD14763) is known color: Cabaret. HEX triplet: D1, 47 and 63. RGB value is (209,71,99). Sum of RGB (Red+Green+Blue) = 209+71+99=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 99 (39.06% from 255 or 26.12% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D14763 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14763 is #2EB89C. Grayscale: #737373. Windows color (decimal): -3061917 or 6506449. OLE color: 6506449.
HSL color Cylindrical-coordinate representation of color #D14763: hue angle of 347.83º 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 #D14763 is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 99 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.18 |
| HSL | 347.83º | 0.6% | 0.55% | - |
| HSV(B) | 347.83º | 0.66% | 0.82% | - |
| XYZ | 30.8 | 18.96 | 13.84 | - |
| YUV | 115.45 | 118.72 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 99 | 0 | 0.66 | 0.53 | 0.18 | 347.83 | 0.6 | 0.55 |
| Hex | D1 | 47 | 63 | 0 | 42 | 35 | 12 | 15C | 3C | 37 |
| Octal | 321 | 107 | 143 | 0 | 102 | 65 | 22 | 534 | 74 | 67 |
| Binary | 11010001 | 1000111 | 1100011 | 0 | 1000010 | 110101 | 10010 | 101011100 | 111100 | 110111 |
Color Harmonies of #D14763
Complementary color
Monochromatic Colors of #D14763
Black with #D14763
Text Example
Text Example
White with #D14763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14763; }
p { color: rgb(209,71,99); }
H1.HeaderClassName
{
color: #D14763;
}
.AnyTagClassName
{
color: #D14763;
}
</style>
background-color css
<style>
a { background-color: #D14763; }
a { background-color: rgb(209,71,99); }
div.DivClassName
{
background-color: #D14763;
}
.BgClassName
{
background-color: #D14763;
}
</style>
border-color css
<style>
span { border-color: #D14763; }
span { border-color: rgb(209,71,99); }
td.TdClassName
{
border-color: #D14763;
}
.TagClassName
{
border-color: #D14763;
}
</style>