Shades of Cabaret #D1506F
Tints of Cabaret #D1506F
RGB
CMYK
RGB Variations
Color information
#D1506F (or 0xD1506F) is known color: Cabaret. HEX triplet: D1, 50 and 6F. RGB value is (209,80,111). Sum of RGB (Red+Green+Blue) = 209+80+111=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D1506F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1506F is #2EAF90. Grayscale: #7A7A7A. Windows color (decimal): -3059601 or 7295185. OLE color: 7295185.
HSL color Cylindrical-coordinate representation of color #D1506F: hue angle of 345.58º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D1506F is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 80 | 111 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.18 |
| HSL | 345.58º | 0.58% | 0.57% | - |
| HSV(B) | 345.58º | 0.62% | 0.82% | - |
| XYZ | 32.03 | 20.44 | 17.3 | - |
| YUV | 122.11 | 121.74 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 80 | 111 | 0 | 0.62 | 0.47 | 0.18 | 345.58 | 0.58 | 0.57 |
| Hex | D1 | 50 | 6F | 0 | 3E | 2F | 12 | 15A | 3A | 39 |
| Octal | 321 | 120 | 157 | 0 | 76 | 57 | 22 | 532 | 72 | 71 |
| Binary | 11010001 | 1010000 | 1101111 | 0 | 111110 | 101111 | 10010 | 101011010 | 111010 | 111001 |
Color Harmonies of #D1506F
Complementary color
Monochromatic Colors of #D1506F
Black with #D1506F
Text Example
Text Example
White with #D1506F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1506F; }
p { color: rgb(209,80,111); }
H1.HeaderClassName
{
color: #D1506F;
}
.AnyTagClassName
{
color: #D1506F;
}
</style>
background-color css
<style>
a { background-color: #D1506F; }
a { background-color: rgb(209,80,111); }
div.DivClassName
{
background-color: #D1506F;
}
.BgClassName
{
background-color: #D1506F;
}
</style>
border-color css
<style>
span { border-color: #D1506F; }
span { border-color: rgb(209,80,111); }
td.TdClassName
{
border-color: #D1506F;
}
.TagClassName
{
border-color: #D1506F;
}
</style>