Shades of Cabaret #D15665
Tints of Cabaret #D15665
RGB
CMYK
RGB Variations
Color information
#D15665 (or 0xD15665) is known color: Cabaret. HEX triplet: D1, 56 and 65. RGB value is (209,86,101). Sum of RGB (Red+Green+Blue) = 209+86+101=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D15665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15665 is #2EA99A. Grayscale: #7C7C7C. Windows color (decimal): -3058075 or 6641361. OLE color: 6641361.
HSL color Cylindrical-coordinate representation of color #D15665: hue angle of 352.68º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D15665 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 86 | 101 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.18 |
| HSL | 352.68º | 0.57% | 0.58% | - |
| HSV(B) | 352.68º | 0.59% | 0.82% | - |
| XYZ | 31.97 | 21.15 | 14.71 | - |
| YUV | 124.49 | 114.75 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 86 | 101 | 0 | 0.59 | 0.52 | 0.18 | 352.68 | 0.57 | 0.58 |
| Hex | D1 | 56 | 65 | 0 | 3B | 34 | 12 | 161 | 39 | 3A |
| Octal | 321 | 126 | 145 | 0 | 73 | 64 | 22 | 541 | 71 | 72 |
| Binary | 11010001 | 1010110 | 1100101 | 0 | 111011 | 110100 | 10010 | 101100001 | 111001 | 111010 |
Color Harmonies of #D15665
Complementary color
Monochromatic Colors of #D15665
Black with #D15665
Text Example
Text Example
White with #D15665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15665; }
p { color: rgb(209,86,101); }
H1.HeaderClassName
{
color: #D15665;
}
.AnyTagClassName
{
color: #D15665;
}
</style>
background-color css
<style>
a { background-color: #D15665; }
a { background-color: rgb(209,86,101); }
div.DivClassName
{
background-color: #D15665;
}
.BgClassName
{
background-color: #D15665;
}
</style>
border-color css
<style>
span { border-color: #D15665; }
span { border-color: rgb(209,86,101); }
td.TdClassName
{
border-color: #D15665;
}
.TagClassName
{
border-color: #D15665;
}
</style>