Shades of Cabaret #D14C70
Tints of Cabaret #D14C70
RGB
CMYK
RGB Variations
Color information
#D14C70 (or 0xD14C70) is known color: Cabaret. HEX triplet: D1, 4C and 70. RGB value is (209,76,112). Sum of RGB (Red+Green+Blue) = 209+76+112=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D14C70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14C70 is #2EB38F. Grayscale: #777777. Windows color (decimal): -3060624 or 7359697. OLE color: 7359697.
HSL color Cylindrical-coordinate representation of color #D14C70: hue angle of 343.76º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D14C70 is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 76 | 112 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.18 |
| HSL | 343.76º | 0.59% | 0.56% | - |
| HSV(B) | 343.76º | 0.64% | 0.82% | - |
| XYZ | 31.8 | 19.89 | 17.49 | - |
| YUV | 119.87 | 123.56 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 76 | 112 | 0 | 0.64 | 0.46 | 0.18 | 343.76 | 0.59 | 0.56 |
| Hex | D1 | 4C | 70 | 0 | 40 | 2E | 12 | 158 | 3B | 38 |
| Octal | 321 | 114 | 160 | 0 | 100 | 56 | 22 | 530 | 73 | 70 |
| Binary | 11010001 | 1001100 | 1110000 | 0 | 1000000 | 101110 | 10010 | 101011000 | 111011 | 111000 |
Color Harmonies of #D14C70
Complementary color
Monochromatic Colors of #D14C70
Black with #D14C70
Text Example
Text Example
White with #D14C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14C70; }
p { color: rgb(209,76,112); }
H1.HeaderClassName
{
color: #D14C70;
}
.AnyTagClassName
{
color: #D14C70;
}
</style>
background-color css
<style>
a { background-color: #D14C70; }
a { background-color: rgb(209,76,112); }
div.DivClassName
{
background-color: #D14C70;
}
.BgClassName
{
background-color: #D14C70;
}
</style>
border-color css
<style>
span { border-color: #D14C70; }
span { border-color: rgb(209,76,112); }
td.TdClassName
{
border-color: #D14C70;
}
.TagClassName
{
border-color: #D14C70;
}
</style>