Shades of Cabaret #D15369
Tints of Cabaret #D15369
RGB
CMYK
RGB Variations
Color information
#D15369 (or 0xD15369) is known color: Cabaret. HEX triplet: D1, 53 and 69. RGB value is (209,83,105). Sum of RGB (Red+Green+Blue) = 209+83+105=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D15369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15369 is #2EAC96. Grayscale: #7B7B7B. Windows color (decimal): -3058839 or 6902737. OLE color: 6902737.
HSL color Cylindrical-coordinate representation of color #D15369: hue angle of 349.52º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D15369 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 83 | 105 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.18 |
| HSL | 349.52º | 0.58% | 0.57% | - |
| HSV(B) | 349.52º | 0.6% | 0.82% | - |
| XYZ | 31.94 | 20.76 | 15.69 | - |
| YUV | 123.18 | 117.74 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 83 | 105 | 0 | 0.60 | 0.50 | 0.18 | 349.52 | 0.58 | 0.57 |
| Hex | D1 | 53 | 69 | 0 | 3C | 32 | 12 | 15E | 3A | 39 |
| Octal | 321 | 123 | 151 | 0 | 74 | 62 | 22 | 536 | 72 | 71 |
| Binary | 11010001 | 1010011 | 1101001 | 0 | 111100 | 110010 | 10010 | 101011110 | 111010 | 111001 |
Color Harmonies of #D15369
Complementary color
Monochromatic Colors of #D15369
Black with #D15369
Text Example
Text Example
White with #D15369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15369; }
p { color: rgb(209,83,105); }
H1.HeaderClassName
{
color: #D15369;
}
.AnyTagClassName
{
color: #D15369;
}
</style>
background-color css
<style>
a { background-color: #D15369; }
a { background-color: rgb(209,83,105); }
div.DivClassName
{
background-color: #D15369;
}
.BgClassName
{
background-color: #D15369;
}
</style>
border-color css
<style>
span { border-color: #D15369; }
span { border-color: rgb(209,83,105); }
td.TdClassName
{
border-color: #D15369;
}
.TagClassName
{
border-color: #D15369;
}
</style>