Shades of Cabaret #D15068
Tints of Cabaret #D15068
RGB
CMYK
RGB Variations
Color information
#D15068 (or 0xD15068) is known color: Cabaret. HEX triplet: D1, 50 and 68. RGB value is (209,80,104). Sum of RGB (Red+Green+Blue) = 209+80+104=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D15068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15068 is #2EAF97. Grayscale: #797979. Windows color (decimal): -3059608 or 6836433. OLE color: 6836433.
HSL color Cylindrical-coordinate representation of color #D15068: hue angle of 348.84º 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 #D15068 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 104 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.18 |
| HSL | 348.84º | 0.58% | 0.57% | - |
| HSV(B) | 348.84º | 0.62% | 0.82% | - |
| XYZ | 31.66 | 20.29 | 15.34 | - |
| YUV | 121.31 | 118.24 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 104 | 0 | 0.62 | 0.50 | 0.18 | 348.84 | 0.58 | 0.57 |
| Hex | D1 | 50 | 68 | 0 | 3E | 32 | 12 | 15D | 3A | 39 |
| Octal | 321 | 120 | 150 | 0 | 76 | 62 | 22 | 535 | 72 | 71 |
| Binary | 11010001 | 1010000 | 1101000 | 0 | 111110 | 110010 | 10010 | 101011101 | 111010 | 111001 |
Color Harmonies of #D15068
Complementary color
Monochromatic Colors of #D15068
Black with #D15068
Text Example
Text Example
White with #D15068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15068; }
p { color: rgb(209,80,104); }
H1.HeaderClassName
{
color: #D15068;
}
.AnyTagClassName
{
color: #D15068;
}
</style>
background-color css
<style>
a { background-color: #D15068; }
a { background-color: rgb(209,80,104); }
div.DivClassName
{
background-color: #D15068;
}
.BgClassName
{
background-color: #D15068;
}
</style>
border-color css
<style>
span { border-color: #D15068; }
span { border-color: rgb(209,80,104); }
td.TdClassName
{
border-color: #D15068;
}
.TagClassName
{
border-color: #D15068;
}
</style>