Shades of Cabaret #D6426A
Tints of Cabaret #D6426A
RGB
CMYK
RGB Variations
Color information
#D6426A (or 0xD6426A) is known color: Cabaret. HEX triplet: D6, 42 and 6A. RGB value is (214,66,106). Sum of RGB (Red+Green+Blue) = 214+66+106=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D6426A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6426A is #29BD95. Grayscale: #727272. Windows color (decimal): -2735510 or 6963926. OLE color: 6963926.
HSL color Cylindrical-coordinate representation of color #D6426A: hue angle of 343.78º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D6426A is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 66 | 106 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.16 |
| HSL | 343.78º | 0.64% | 0.55% | - |
| HSV(B) | 343.78º | 0.69% | 0.84% | - |
| XYZ | 32.28 | 19.23 | 15.65 | - |
| YUV | 114.81 | 123.03 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 66 | 106 | 0 | 0.69 | 0.50 | 0.16 | 343.78 | 0.64 | 0.55 |
| Hex | D6 | 42 | 6A | 0 | 45 | 32 | 10 | 158 | 40 | 37 |
| Octal | 326 | 102 | 152 | 0 | 105 | 62 | 20 | 530 | 100 | 67 |
| Binary | 11010110 | 1000010 | 1101010 | 0 | 1000101 | 110010 | 10000 | 101011000 | 1000000 | 110111 |
Color Harmonies of #D6426A
Complementary color
Monochromatic Colors of #D6426A
Black with #D6426A
Text Example
Text Example
White with #D6426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6426A; }
p { color: rgb(214,66,106); }
H1.HeaderClassName
{
color: #D6426A;
}
.AnyTagClassName
{
color: #D6426A;
}
</style>
background-color css
<style>
a { background-color: #D6426A; }
a { background-color: rgb(214,66,106); }
div.DivClassName
{
background-color: #D6426A;
}
.BgClassName
{
background-color: #D6426A;
}
</style>
border-color css
<style>
span { border-color: #D6426A; }
span { border-color: rgb(214,66,106); }
td.TdClassName
{
border-color: #D6426A;
}
.TagClassName
{
border-color: #D6426A;
}
</style>