Shades of Cabaret #D6446D
Tints of Cabaret #D6446D
RGB
CMYK
RGB Variations
Color information
#D6446D (or 0xD6446D) is known color: Cabaret. HEX triplet: D6, 44 and 6D. RGB value is (214,68,109). Sum of RGB (Red+Green+Blue) = 214+68+109=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 68 (26.95% from 255 or 17.39% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D6446D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6446D is #29BB92. Grayscale: #747474. Windows color (decimal): -2734995 or 7161046. OLE color: 7161046.
HSL color Cylindrical-coordinate representation of color #D6446D: hue angle of 343.15º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D6446D is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 68 | 109 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.16 |
| HSL | 343.15º | 0.64% | 0.55% | - |
| HSV(B) | 343.15º | 0.68% | 0.84% | - |
| XYZ | 32.56 | 19.53 | 16.52 | - |
| YUV | 116.33 | 123.87 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 68 | 109 | 0 | 0.68 | 0.49 | 0.16 | 343.15 | 0.64 | 0.55 |
| Hex | D6 | 44 | 6D | 0 | 44 | 31 | 10 | 157 | 40 | 37 |
| Octal | 326 | 104 | 155 | 0 | 104 | 61 | 20 | 527 | 100 | 67 |
| Binary | 11010110 | 1000100 | 1101101 | 0 | 1000100 | 110001 | 10000 | 101010111 | 1000000 | 110111 |
Color Harmonies of #D6446D
Complementary color
Monochromatic Colors of #D6446D
Black with #D6446D
Text Example
Text Example
White with #D6446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6446D; }
p { color: rgb(214,68,109); }
H1.HeaderClassName
{
color: #D6446D;
}
.AnyTagClassName
{
color: #D6446D;
}
</style>
background-color css
<style>
a { background-color: #D6446D; }
a { background-color: rgb(214,68,109); }
div.DivClassName
{
background-color: #D6446D;
}
.BgClassName
{
background-color: #D6446D;
}
</style>
border-color css
<style>
span { border-color: #D6446D; }
span { border-color: rgb(214,68,109); }
td.TdClassName
{
border-color: #D6446D;
}
.TagClassName
{
border-color: #D6446D;
}
</style>