Shades of Cabaret #D15265
Tints of Cabaret #D15265
RGB
CMYK
RGB Variations
Color information
#D15265 (or 0xD15265) is known color: Cabaret. HEX triplet: D1, 52 and 65. RGB value is (209,82,101). Sum of RGB (Red+Green+Blue) = 209+82+101=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D15265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15265 is #2EAD9A. Grayscale: #7A7A7A. Windows color (decimal): -3059099 or 6640337. OLE color: 6640337.
HSL color Cylindrical-coordinate representation of color #D15265: hue angle of 351.02º 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 #D15265 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 101 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.18 |
| HSL | 351.02º | 0.58% | 0.57% | - |
| HSV(B) | 351.02º | 0.61% | 0.82% | - |
| XYZ | 31.66 | 20.53 | 14.61 | - |
| YUV | 122.14 | 116.08 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 101 | 0 | 0.61 | 0.52 | 0.18 | 351.02 | 0.58 | 0.57 |
| Hex | D1 | 52 | 65 | 0 | 3D | 34 | 12 | 15F | 3A | 39 |
| Octal | 321 | 122 | 145 | 0 | 75 | 64 | 22 | 537 | 72 | 71 |
| Binary | 11010001 | 1010010 | 1100101 | 0 | 111101 | 110100 | 10010 | 101011111 | 111010 | 111001 |
Color Harmonies of #D15265
Complementary color
Monochromatic Colors of #D15265
Black with #D15265
Text Example
Text Example
White with #D15265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15265; }
p { color: rgb(209,82,101); }
H1.HeaderClassName
{
color: #D15265;
}
.AnyTagClassName
{
color: #D15265;
}
</style>
background-color css
<style>
a { background-color: #D15265; }
a { background-color: rgb(209,82,101); }
div.DivClassName
{
background-color: #D15265;
}
.BgClassName
{
background-color: #D15265;
}
</style>
border-color css
<style>
span { border-color: #D15265; }
span { border-color: rgb(209,82,101); }
td.TdClassName
{
border-color: #D15265;
}
.TagClassName
{
border-color: #D15265;
}
</style>