Shades of Cabaret #D15768
Tints of Cabaret #D15768
RGB
CMYK
RGB Variations
Color information
#D15768 (or 0xD15768) is known color: Cabaret. HEX triplet: D1, 57 and 68. RGB value is (209,87,104). Sum of RGB (Red+Green+Blue) = 209+87+104=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D15768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15768 is #2EA897. Grayscale: #7D7D7D. Windows color (decimal): -3057816 or 6838225. OLE color: 6838225.
HSL color Cylindrical-coordinate representation of color #D15768: hue angle of 351.64º 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 #D15768 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 87 | 104 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.18 |
| HSL | 351.64º | 0.57% | 0.58% | - |
| HSV(B) | 351.64º | 0.58% | 0.82% | - |
| XYZ | 32.2 | 21.37 | 15.52 | - |
| YUV | 125.42 | 115.92 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 87 | 104 | 0 | 0.58 | 0.50 | 0.18 | 351.64 | 0.57 | 0.58 |
| Hex | D1 | 57 | 68 | 0 | 3A | 32 | 12 | 160 | 39 | 3A |
| Octal | 321 | 127 | 150 | 0 | 72 | 62 | 22 | 540 | 71 | 72 |
| Binary | 11010001 | 1010111 | 1101000 | 0 | 111010 | 110010 | 10010 | 101100000 | 111001 | 111010 |
Color Harmonies of #D15768
Complementary color
Monochromatic Colors of #D15768
Black with #D15768
Text Example
Text Example
White with #D15768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15768; }
p { color: rgb(209,87,104); }
H1.HeaderClassName
{
color: #D15768;
}
.AnyTagClassName
{
color: #D15768;
}
</style>
background-color css
<style>
a { background-color: #D15768; }
a { background-color: rgb(209,87,104); }
div.DivClassName
{
background-color: #D15768;
}
.BgClassName
{
background-color: #D15768;
}
</style>
border-color css
<style>
span { border-color: #D15768; }
span { border-color: rgb(209,87,104); }
td.TdClassName
{
border-color: #D15768;
}
.TagClassName
{
border-color: #D15768;
}
</style>