Shades of Cabaret #D15672
Tints of Cabaret #D15672
RGB
CMYK
RGB Variations
Color information
#D15672 (or 0xD15672) is known color: Cabaret. HEX triplet: D1, 56 and 72. RGB value is (209,86,114). Sum of RGB (Red+Green+Blue) = 209+86+114=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 86 (33.98% from 255 or 21.03% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D15672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15672 is #2EA98D. Grayscale: #7D7D7D. Windows color (decimal): -3058062 or 7493329. OLE color: 7493329.
HSL color Cylindrical-coordinate representation of color #D15672: hue angle of 346.34º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D15672 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 86 | 114 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.18 |
| HSL | 346.34º | 0.57% | 0.58% | - |
| HSV(B) | 346.34º | 0.59% | 0.82% | - |
| XYZ | 32.66 | 21.43 | 18.33 | - |
| YUV | 125.97 | 121.25 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 86 | 114 | 0 | 0.59 | 0.45 | 0.18 | 346.34 | 0.57 | 0.58 |
| Hex | D1 | 56 | 72 | 0 | 3B | 2D | 12 | 15A | 39 | 3A |
| Octal | 321 | 126 | 162 | 0 | 73 | 55 | 22 | 532 | 71 | 72 |
| Binary | 11010001 | 1010110 | 1110010 | 0 | 111011 | 101101 | 10010 | 101011010 | 111001 | 111010 |
Color Harmonies of #D15672
Complementary color
Monochromatic Colors of #D15672
Black with #D15672
Text Example
Text Example
White with #D15672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15672; }
p { color: rgb(209,86,114); }
H1.HeaderClassName
{
color: #D15672;
}
.AnyTagClassName
{
color: #D15672;
}
</style>
background-color css
<style>
a { background-color: #D15672; }
a { background-color: rgb(209,86,114); }
div.DivClassName
{
background-color: #D15672;
}
.BgClassName
{
background-color: #D15672;
}
</style>
border-color css
<style>
span { border-color: #D15672; }
span { border-color: rgb(209,86,114); }
td.TdClassName
{
border-color: #D15672;
}
.TagClassName
{
border-color: #D15672;
}
</style>