Shades of Cabaret #D15869
Tints of Cabaret #D15869
RGB
CMYK
RGB Variations
Color information
#D15869 (or 0xD15869) is known color: Cabaret. HEX triplet: D1, 58 and 69. RGB value is (209,88,105). Sum of RGB (Red+Green+Blue) = 209+88+105=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 88 (34.77% from 255 or 21.89% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D15869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15869 is #2EA796. Grayscale: #7E7E7E. Windows color (decimal): -3057559 or 6904017. OLE color: 6904017.
HSL color Cylindrical-coordinate representation of color #D15869: hue angle of 351.57º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D15869 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 88 | 105 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.18 |
| HSL | 351.57º | 0.57% | 0.58% | - |
| HSV(B) | 351.57º | 0.58% | 0.82% | - |
| XYZ | 32.33 | 21.55 | 15.82 | - |
| YUV | 126.12 | 116.09 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 88 | 105 | 0 | 0.58 | 0.50 | 0.18 | 351.57 | 0.57 | 0.58 |
| Hex | D1 | 58 | 69 | 0 | 3A | 32 | 12 | 160 | 39 | 3A |
| Octal | 321 | 130 | 151 | 0 | 72 | 62 | 22 | 540 | 71 | 72 |
| Binary | 11010001 | 1011000 | 1101001 | 0 | 111010 | 110010 | 10010 | 101100000 | 111001 | 111010 |
Color Harmonies of #D15869
Complementary color
Monochromatic Colors of #D15869
Black with #D15869
Text Example
Text Example
White with #D15869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15869; }
p { color: rgb(209,88,105); }
H1.HeaderClassName
{
color: #D15869;
}
.AnyTagClassName
{
color: #D15869;
}
</style>
background-color css
<style>
a { background-color: #D15869; }
a { background-color: rgb(209,88,105); }
div.DivClassName
{
background-color: #D15869;
}
.BgClassName
{
background-color: #D15869;
}
</style>
border-color css
<style>
span { border-color: #D15869; }
span { border-color: rgb(209,88,105); }
td.TdClassName
{
border-color: #D15869;
}
.TagClassName
{
border-color: #D15869;
}
</style>