Shades of Cabaret #D6456B
Tints of Cabaret #D6456B
RGB
CMYK
RGB Variations
Color information
#D6456B (or 0xD6456B) is known color: Cabaret. HEX triplet: D6, 45 and 6B. RGB value is (214,69,107). Sum of RGB (Red+Green+Blue) = 214+69+107=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D6456B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6456B is #29BA94. Grayscale: #747474. Windows color (decimal): -2734741 or 7030230. OLE color: 7030230.
HSL color Cylindrical-coordinate representation of color #D6456B: hue angle of 344.28º 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 #D6456B is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 69 | 107 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.16 |
| HSL | 344.28º | 0.64% | 0.55% | - |
| HSV(B) | 344.28º | 0.68% | 0.84% | - |
| XYZ | 32.51 | 19.61 | 15.98 | - |
| YUV | 116.69 | 122.54 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 69 | 107 | 0 | 0.68 | 0.50 | 0.16 | 344.28 | 0.64 | 0.55 |
| Hex | D6 | 45 | 6B | 0 | 44 | 32 | 10 | 158 | 40 | 37 |
| Octal | 326 | 105 | 153 | 0 | 104 | 62 | 20 | 530 | 100 | 67 |
| Binary | 11010110 | 1000101 | 1101011 | 0 | 1000100 | 110010 | 10000 | 101011000 | 1000000 | 110111 |
Color Harmonies of #D6456B
Complementary color
Monochromatic Colors of #D6456B
Black with #D6456B
Text Example
Text Example
White with #D6456B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6456B; }
p { color: rgb(214,69,107); }
H1.HeaderClassName
{
color: #D6456B;
}
.AnyTagClassName
{
color: #D6456B;
}
</style>
background-color css
<style>
a { background-color: #D6456B; }
a { background-color: rgb(214,69,107); }
div.DivClassName
{
background-color: #D6456B;
}
.BgClassName
{
background-color: #D6456B;
}
</style>
border-color css
<style>
span { border-color: #D6456B; }
span { border-color: rgb(214,69,107); }
td.TdClassName
{
border-color: #D6456B;
}
.TagClassName
{
border-color: #D6456B;
}
</style>