Shades of Cabaret #D15266
Tints of Cabaret #D15266
RGB
CMYK
RGB Variations
Color information
#D15266 (or 0xD15266) is known color: Cabaret. HEX triplet: D1, 52 and 66. RGB value is (209,82,102). Sum of RGB (Red+Green+Blue) = 209+82+102=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D15266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15266 is #2EAD99. Grayscale: #7A7A7A. Windows color (decimal): -3059098 or 6705873. OLE color: 6705873.
HSL color Cylindrical-coordinate representation of color #D15266: hue angle of 350.55º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D15266 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 102 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.18 |
| HSL | 350.55º | 0.58% | 0.57% | - |
| HSV(B) | 350.55º | 0.61% | 0.82% | - |
| XYZ | 31.71 | 20.55 | 14.87 | - |
| YUV | 122.25 | 116.58 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 102 | 0 | 0.61 | 0.51 | 0.18 | 350.55 | 0.58 | 0.57 |
| Hex | D1 | 52 | 66 | 0 | 3D | 33 | 12 | 15F | 3A | 39 |
| Octal | 321 | 122 | 146 | 0 | 75 | 63 | 22 | 537 | 72 | 71 |
| Binary | 11010001 | 1010010 | 1100110 | 0 | 111101 | 110011 | 10010 | 101011111 | 111010 | 111001 |
Color Harmonies of #D15266
Complementary color
Monochromatic Colors of #D15266
Black with #D15266
Text Example
Text Example
White with #D15266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15266; }
p { color: rgb(209,82,102); }
H1.HeaderClassName
{
color: #D15266;
}
.AnyTagClassName
{
color: #D15266;
}
</style>
background-color css
<style>
a { background-color: #D15266; }
a { background-color: rgb(209,82,102); }
div.DivClassName
{
background-color: #D15266;
}
.BgClassName
{
background-color: #D15266;
}
</style>
border-color css
<style>
span { border-color: #D15266; }
span { border-color: rgb(209,82,102); }
td.TdClassName
{
border-color: #D15266;
}
.TagClassName
{
border-color: #D15266;
}
</style>