Shades of Cabaret #D1526C
Tints of Cabaret #D1526C
RGB
CMYK
RGB Variations
Color information
#D1526C (or 0xD1526C) is known color: Cabaret. HEX triplet: D1, 52 and 6C. RGB value is (209,82,108). Sum of RGB (Red+Green+Blue) = 209+82+108=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D1526C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1526C is #2EAD93. Grayscale: #7A7A7A. Windows color (decimal): -3059092 or 7099089. OLE color: 7099089.
HSL color Cylindrical-coordinate representation of color #D1526C: hue angle of 347.72º 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 #D1526C is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 82 | 108 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.18 |
| HSL | 347.72º | 0.58% | 0.57% | - |
| HSV(B) | 347.72º | 0.61% | 0.82% | - |
| XYZ | 32.02 | 20.67 | 16.49 | - |
| YUV | 122.94 | 119.58 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 108 | 0 | 0.61 | 0.48 | 0.18 | 347.72 | 0.58 | 0.57 |
| Hex | D1 | 52 | 6C | 0 | 3D | 30 | 12 | 15C | 3A | 39 |
| Octal | 321 | 122 | 154 | 0 | 75 | 60 | 22 | 534 | 72 | 71 |
| Binary | 11010001 | 1010010 | 1101100 | 0 | 111101 | 110000 | 10010 | 101011100 | 111010 | 111001 |
Color Harmonies of #D1526C
Complementary color
Monochromatic Colors of #D1526C
Black with #D1526C
Text Example
Text Example
White with #D1526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1526C; }
p { color: rgb(209,82,108); }
H1.HeaderClassName
{
color: #D1526C;
}
.AnyTagClassName
{
color: #D1526C;
}
</style>
background-color css
<style>
a { background-color: #D1526C; }
a { background-color: rgb(209,82,108); }
div.DivClassName
{
background-color: #D1526C;
}
.BgClassName
{
background-color: #D1526C;
}
</style>
border-color css
<style>
span { border-color: #D1526C; }
span { border-color: rgb(209,82,108); }
td.TdClassName
{
border-color: #D1526C;
}
.TagClassName
{
border-color: #D1526C;
}
</style>