Shades of Cabaret #D6476D
Tints of Cabaret #D6476D
RGB
CMYK
RGB Variations
Color information
#D6476D (or 0xD6476D) is known color: Cabaret. HEX triplet: D6, 47 and 6D. RGB value is (214,71,109). Sum of RGB (Red+Green+Blue) = 214+71+109=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 71 (28.12% from 255 or 18.02% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D6476D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6476D is #29B892. Grayscale: #767676. Windows color (decimal): -2734227 or 7161814. OLE color: 7161814.
HSL color Cylindrical-coordinate representation of color #D6476D: hue angle of 344.06º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D6476D is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 71 | 109 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.16 |
| HSL | 344.06º | 0.64% | 0.56% | - |
| HSV(B) | 344.06º | 0.67% | 0.84% | - |
| XYZ | 32.75 | 19.91 | 16.58 | - |
| YUV | 118.09 | 122.88 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 71 | 109 | 0 | 0.67 | 0.49 | 0.16 | 344.06 | 0.64 | 0.56 |
| Hex | D6 | 47 | 6D | 0 | 43 | 31 | 10 | 158 | 40 | 38 |
| Octal | 326 | 107 | 155 | 0 | 103 | 61 | 20 | 530 | 100 | 70 |
| Binary | 11010110 | 1000111 | 1101101 | 0 | 1000011 | 110001 | 10000 | 101011000 | 1000000 | 111000 |
Color Harmonies of #D6476D
Complementary color
Monochromatic Colors of #D6476D
Black with #D6476D
Text Example
Text Example
White with #D6476D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6476D; }
p { color: rgb(214,71,109); }
H1.HeaderClassName
{
color: #D6476D;
}
.AnyTagClassName
{
color: #D6476D;
}
</style>
background-color css
<style>
a { background-color: #D6476D; }
a { background-color: rgb(214,71,109); }
div.DivClassName
{
background-color: #D6476D;
}
.BgClassName
{
background-color: #D6476D;
}
</style>
border-color css
<style>
span { border-color: #D6476D; }
span { border-color: rgb(214,71,109); }
td.TdClassName
{
border-color: #D6476D;
}
.TagClassName
{
border-color: #D6476D;
}
</style>