Shades of Cabaret #D14766
Tints of Cabaret #D14766
RGB
CMYK
RGB Variations
Color information
#D14766 (or 0xD14766) is known color: Cabaret. HEX triplet: D1, 47 and 66. RGB value is (209,71,102). Sum of RGB (Red+Green+Blue) = 209+71+102=382 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.71% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 102 (40.23% from 255 or 26.70% from 382); Max value from RGB is 209 - color contains mainly: red. Hex color #D14766 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14766 is #2EB899. Grayscale: #737373. Windows color (decimal): -3061914 or 6703057. OLE color: 6703057.
HSL color Cylindrical-coordinate representation of color #D14766: hue angle of 346.52º 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 #D14766 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 102 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.18 |
| HSL | 346.52º | 0.6% | 0.55% | - |
| HSV(B) | 346.52º | 0.66% | 0.82% | - |
| XYZ | 30.95 | 19.02 | 14.61 | - |
| YUV | 115.8 | 120.22 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 102 | 0 | 0.66 | 0.51 | 0.18 | 346.52 | 0.6 | 0.55 |
| Hex | D1 | 47 | 66 | 0 | 42 | 33 | 12 | 15B | 3C | 37 |
| Octal | 321 | 107 | 146 | 0 | 102 | 63 | 22 | 533 | 74 | 67 |
| Binary | 11010001 | 1000111 | 1100110 | 0 | 1000010 | 110011 | 10010 | 101011011 | 111100 | 110111 |
Color Harmonies of #D14766
Complementary color
Monochromatic Colors of #D14766
Black with #D14766
Text Example
Text Example
White with #D14766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14766; }
p { color: rgb(209,71,102); }
H1.HeaderClassName
{
color: #D14766;
}
.AnyTagClassName
{
color: #D14766;
}
</style>
background-color css
<style>
a { background-color: #D14766; }
a { background-color: rgb(209,71,102); }
div.DivClassName
{
background-color: #D14766;
}
.BgClassName
{
background-color: #D14766;
}
</style>
border-color css
<style>
span { border-color: #D14766; }
span { border-color: rgb(209,71,102); }
td.TdClassName
{
border-color: #D14766;
}
.TagClassName
{
border-color: #D14766;
}
</style>