Shades of Cabaret #D15269
Tints of Cabaret #D15269
RGB
CMYK
RGB Variations
Color information
#D15269 (or 0xD15269) is known color: Cabaret. HEX triplet: D1, 52 and 69. RGB value is (209,82,105). Sum of RGB (Red+Green+Blue) = 209+82+105=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 82 (32.42% from 255 or 20.71% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D15269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15269 is #2EAD96. Grayscale: #7A7A7A. Windows color (decimal): -3059095 or 6902481. OLE color: 6902481.
HSL color Cylindrical-coordinate representation of color #D15269: hue angle of 349.13º 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 #D15269 is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 105 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.18 |
| HSL | 349.13º | 0.58% | 0.57% | - |
| HSV(B) | 349.13º | 0.61% | 0.82% | - |
| XYZ | 31.86 | 20.61 | 15.66 | - |
| YUV | 122.6 | 118.08 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 105 | 0 | 0.61 | 0.50 | 0.18 | 349.13 | 0.58 | 0.57 |
| Hex | D1 | 52 | 69 | 0 | 3D | 32 | 12 | 15D | 3A | 39 |
| Octal | 321 | 122 | 151 | 0 | 75 | 62 | 22 | 535 | 72 | 71 |
| Binary | 11010001 | 1010010 | 1101001 | 0 | 111101 | 110010 | 10010 | 101011101 | 111010 | 111001 |
Color Harmonies of #D15269
Complementary color
Monochromatic Colors of #D15269
Black with #D15269
Text Example
Text Example
White with #D15269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15269; }
p { color: rgb(209,82,105); }
H1.HeaderClassName
{
color: #D15269;
}
.AnyTagClassName
{
color: #D15269;
}
</style>
background-color css
<style>
a { background-color: #D15269; }
a { background-color: rgb(209,82,105); }
div.DivClassName
{
background-color: #D15269;
}
.BgClassName
{
background-color: #D15269;
}
</style>
border-color css
<style>
span { border-color: #D15269; }
span { border-color: rgb(209,82,105); }
td.TdClassName
{
border-color: #D15269;
}
.TagClassName
{
border-color: #D15269;
}
</style>