Shades of Cabaret #D15069
Tints of Cabaret #D15069
RGB
CMYK
RGB Variations
Color information
#D15069 (or 0xD15069) is known color: Cabaret. HEX triplet: D1, 50 and 69. RGB value is (209,80,105). Sum of RGB (Red+Green+Blue) = 209+80+105=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 105 (41.41% from 255 or 26.65% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D15069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15069 is #2EAF96. Grayscale: #797979. Windows color (decimal): -3059607 or 6901969. OLE color: 6901969.
HSL color Cylindrical-coordinate representation of color #D15069: hue angle of 348.37º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D15069 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 105 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.18 |
| HSL | 348.37º | 0.58% | 0.57% | - |
| HSV(B) | 348.37º | 0.62% | 0.82% | - |
| XYZ | 31.71 | 20.31 | 15.61 | - |
| YUV | 121.42 | 118.74 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 105 | 0 | 0.62 | 0.50 | 0.18 | 348.37 | 0.58 | 0.57 |
| Hex | D1 | 50 | 69 | 0 | 3E | 32 | 12 | 15C | 3A | 39 |
| Octal | 321 | 120 | 151 | 0 | 76 | 62 | 22 | 534 | 72 | 71 |
| Binary | 11010001 | 1010000 | 1101001 | 0 | 111110 | 110010 | 10010 | 101011100 | 111010 | 111001 |
Color Harmonies of #D15069
Complementary color
Monochromatic Colors of #D15069
Black with #D15069
Text Example
Text Example
White with #D15069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15069; }
p { color: rgb(209,80,105); }
H1.HeaderClassName
{
color: #D15069;
}
.AnyTagClassName
{
color: #D15069;
}
</style>
background-color css
<style>
a { background-color: #D15069; }
a { background-color: rgb(209,80,105); }
div.DivClassName
{
background-color: #D15069;
}
.BgClassName
{
background-color: #D15069;
}
</style>
border-color css
<style>
span { border-color: #D15069; }
span { border-color: rgb(209,80,105); }
td.TdClassName
{
border-color: #D15069;
}
.TagClassName
{
border-color: #D15069;
}
</style>