Shades of Cabaret #D15F68
Tints of Cabaret #D15F68
RGB
CMYK
RGB Variations
Color information
#D15F68 (or 0xD15F68) is known color: Cabaret. HEX triplet: D1, 5F and 68. RGB value is (209,95,104). Sum of RGB (Red+Green+Blue) = 209+95+104=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D15F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15F68 is #2EA097. Grayscale: #828282. Windows color (decimal): -3055768 or 6840273. OLE color: 6840273.
HSL color Cylindrical-coordinate representation of color #D15F68: hue angle of 355.26º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D15F68 is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 95 | 104 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.18 |
| HSL | 355.26º | 0.55% | 0.6% | - |
| HSV(B) | 355.26º | 0.55% | 0.82% | - |
| XYZ | 32.89 | 22.74 | 15.75 | - |
| YUV | 130.11 | 113.27 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 95 | 104 | 0 | 0.55 | 0.50 | 0.18 | 355.26 | 0.55 | 0.6 |
| Hex | D1 | 5F | 68 | 0 | 37 | 32 | 12 | 163 | 37 | 3C |
| Octal | 321 | 137 | 150 | 0 | 67 | 62 | 22 | 543 | 67 | 74 |
| Binary | 11010001 | 1011111 | 1101000 | 0 | 110111 | 110010 | 10010 | 101100011 | 110111 | 111100 |
Color Harmonies of #D15F68
Complementary color
Monochromatic Colors of #D15F68
Black with #D15F68
Text Example
Text Example
White with #D15F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15F68; }
p { color: rgb(209,95,104); }
H1.HeaderClassName
{
color: #D15F68;
}
.AnyTagClassName
{
color: #D15F68;
}
</style>
background-color css
<style>
a { background-color: #D15F68; }
a { background-color: rgb(209,95,104); }
div.DivClassName
{
background-color: #D15F68;
}
.BgClassName
{
background-color: #D15F68;
}
</style>
border-color css
<style>
span { border-color: #D15F68; }
span { border-color: rgb(209,95,104); }
td.TdClassName
{
border-color: #D15F68;
}
.TagClassName
{
border-color: #D15F68;
}
</style>