Shades of Cabaret #D1466E
Tints of Cabaret #D1466E
RGB
CMYK
RGB Variations
Color information
#D1466E (or 0xD1466E) is known color: Cabaret. HEX triplet: D1, 46 and 6E. RGB value is (209,70,110). Sum of RGB (Red+Green+Blue) = 209+70+110=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D1466E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1466E is #2EB991. Grayscale: #747474. Windows color (decimal): -3062162 or 7227089. OLE color: 7227089.
HSL color Cylindrical-coordinate representation of color #D1466E: hue angle of 342.73º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1466E is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 70 | 110 | - |
| CMYK | 0 | 0.67 | 0.47 | 0.18 |
| HSL | 342.73º | 0.6% | 0.55% | - |
| HSV(B) | 342.73º | 0.67% | 0.82% | - |
| XYZ | 31.3 | 19.06 | 16.78 | - |
| YUV | 116.12 | 124.55 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 70 | 110 | 0 | 0.67 | 0.47 | 0.18 | 342.73 | 0.6 | 0.55 |
| Hex | D1 | 46 | 6E | 0 | 43 | 2F | 12 | 157 | 3C | 37 |
| Octal | 321 | 106 | 156 | 0 | 103 | 57 | 22 | 527 | 74 | 67 |
| Binary | 11010001 | 1000110 | 1101110 | 0 | 1000011 | 101111 | 10010 | 101010111 | 111100 | 110111 |
Color Harmonies of #D1466E
Complementary color
Monochromatic Colors of #D1466E
Black with #D1466E
Text Example
Text Example
White with #D1466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1466E; }
p { color: rgb(209,70,110); }
H1.HeaderClassName
{
color: #D1466E;
}
.AnyTagClassName
{
color: #D1466E;
}
</style>
background-color css
<style>
a { background-color: #D1466E; }
a { background-color: rgb(209,70,110); }
div.DivClassName
{
background-color: #D1466E;
}
.BgClassName
{
background-color: #D1466E;
}
</style>
border-color css
<style>
span { border-color: #D1466E; }
span { border-color: rgb(209,70,110); }
td.TdClassName
{
border-color: #D1466E;
}
.TagClassName
{
border-color: #D1466E;
}
</style>