Shades of Cabaret #D14769
Tints of Cabaret #D14769
RGB
CMYK
RGB Variations
Color information
#D14769 (or 0xD14769) is known color: Cabaret. HEX triplet: D1, 47 and 69. RGB value is (209,71,105). Sum of RGB (Red+Green+Blue) = 209+71+105=385 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.29% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 209 - color contains mainly: red. Hex color #D14769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14769 is #2EB896. Grayscale: #747474. Windows color (decimal): -3061911 or 6899665. OLE color: 6899665.
HSL color Cylindrical-coordinate representation of color #D14769: hue angle of 345.22º 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 #D14769 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 71 | 105 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.18 |
| HSL | 345.22º | 0.6% | 0.55% | - |
| HSV(B) | 345.22º | 0.66% | 0.82% | - |
| XYZ | 31.1 | 19.08 | 15.41 | - |
| YUV | 116.14 | 121.72 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 71 | 105 | 0 | 0.66 | 0.50 | 0.18 | 345.22 | 0.6 | 0.55 |
| Hex | D1 | 47 | 69 | 0 | 42 | 32 | 12 | 159 | 3C | 37 |
| Octal | 321 | 107 | 151 | 0 | 102 | 62 | 22 | 531 | 74 | 67 |
| Binary | 11010001 | 1000111 | 1101001 | 0 | 1000010 | 110010 | 10010 | 101011001 | 111100 | 110111 |
Color Harmonies of #D14769
Complementary color
Monochromatic Colors of #D14769
Black with #D14769
Text Example
Text Example
White with #D14769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14769; }
p { color: rgb(209,71,105); }
H1.HeaderClassName
{
color: #D14769;
}
.AnyTagClassName
{
color: #D14769;
}
</style>
background-color css
<style>
a { background-color: #D14769; }
a { background-color: rgb(209,71,105); }
div.DivClassName
{
background-color: #D14769;
}
.BgClassName
{
background-color: #D14769;
}
</style>
border-color css
<style>
span { border-color: #D14769; }
span { border-color: rgb(209,71,105); }
td.TdClassName
{
border-color: #D14769;
}
.TagClassName
{
border-color: #D14769;
}
</style>