Shades of Cabaret #D6486E
Tints of Cabaret #D6486E
RGB
CMYK
RGB Variations
Color information
#D6486E (or 0xD6486E) is known color: Cabaret. HEX triplet: D6, 48 and 6E. RGB value is (214,72,110). Sum of RGB (Red+Green+Blue) = 214+72+110=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D6486E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6486E is #29B791. Grayscale: #767676. Windows color (decimal): -2733970 or 7227606. OLE color: 7227606.
HSL color Cylindrical-coordinate representation of color #D6486E: hue angle of 343.94º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D6486E is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 72 | 110 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.16 |
| HSL | 343.94º | 0.63% | 0.56% | - |
| HSV(B) | 343.94º | 0.66% | 0.84% | - |
| XYZ | 32.86 | 20.06 | 16.89 | - |
| YUV | 118.79 | 123.04 | 195.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 72 | 110 | 0 | 0.66 | 0.49 | 0.16 | 343.94 | 0.63 | 0.56 |
| Hex | D6 | 48 | 6E | 0 | 42 | 31 | 10 | 158 | 3F | 38 |
| Octal | 326 | 110 | 156 | 0 | 102 | 61 | 20 | 530 | 77 | 70 |
| Binary | 11010110 | 1001000 | 1101110 | 0 | 1000010 | 110001 | 10000 | 101011000 | 111111 | 111000 |
Color Harmonies of #D6486E
Complementary color
Monochromatic Colors of #D6486E
Black with #D6486E
Text Example
Text Example
White with #D6486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6486E; }
p { color: rgb(214,72,110); }
H1.HeaderClassName
{
color: #D6486E;
}
.AnyTagClassName
{
color: #D6486E;
}
</style>
background-color css
<style>
a { background-color: #D6486E; }
a { background-color: rgb(214,72,110); }
div.DivClassName
{
background-color: #D6486E;
}
.BgClassName
{
background-color: #D6486E;
}
</style>
border-color css
<style>
span { border-color: #D6486E; }
span { border-color: rgb(214,72,110); }
td.TdClassName
{
border-color: #D6486E;
}
.TagClassName
{
border-color: #D6486E;
}
</style>