Shades of Cabaret #D15467
Tints of Cabaret #D15467
RGB
CMYK
RGB Variations
Color information
#D15467 (or 0xD15467) is known color: Cabaret. HEX triplet: D1, 54 and 67. RGB value is (209,84,103). Sum of RGB (Red+Green+Blue) = 209+84+103=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 103 (40.62% from 255 or 26.01% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D15467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15467 is #2EAB98. Grayscale: #7B7B7B. Windows color (decimal): -3058585 or 6771921. OLE color: 6771921.
HSL color Cylindrical-coordinate representation of color #D15467: hue angle of 350.88º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D15467 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 84 | 103 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.18 |
| HSL | 350.88º | 0.58% | 0.57% | - |
| HSV(B) | 350.88º | 0.6% | 0.82% | - |
| XYZ | 31.91 | 20.88 | 15.18 | - |
| YUV | 123.54 | 116.41 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 84 | 103 | 0 | 0.60 | 0.51 | 0.18 | 350.88 | 0.58 | 0.57 |
| Hex | D1 | 54 | 67 | 0 | 3C | 33 | 12 | 15F | 3A | 39 |
| Octal | 321 | 124 | 147 | 0 | 74 | 63 | 22 | 537 | 72 | 71 |
| Binary | 11010001 | 1010100 | 1100111 | 0 | 111100 | 110011 | 10010 | 101011111 | 111010 | 111001 |
Color Harmonies of #D15467
Complementary color
Monochromatic Colors of #D15467
Black with #D15467
Text Example
Text Example
White with #D15467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15467; }
p { color: rgb(209,84,103); }
H1.HeaderClassName
{
color: #D15467;
}
.AnyTagClassName
{
color: #D15467;
}
</style>
background-color css
<style>
a { background-color: #D15467; }
a { background-color: rgb(209,84,103); }
div.DivClassName
{
background-color: #D15467;
}
.BgClassName
{
background-color: #D15467;
}
</style>
border-color css
<style>
span { border-color: #D15467; }
span { border-color: rgb(209,84,103); }
td.TdClassName
{
border-color: #D15467;
}
.TagClassName
{
border-color: #D15467;
}
</style>