Shades of Cabaret #D64666
Tints of Cabaret #D64666
RGB
CMYK
RGB Variations
Color information
#D64666 (or 0xD64666) is known color: Cabaret. HEX triplet: D6, 46 and 66. RGB value is (214,70,102). Sum of RGB (Red+Green+Blue) = 214+70+102=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D64666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64666 is #29B999. Grayscale: #747474. Windows color (decimal): -2734490 or 6702806. OLE color: 6702806.
HSL color Cylindrical-coordinate representation of color #D64666: hue angle of 346.67º 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 #D64666 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 70 | 102 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.16 |
| HSL | 346.67º | 0.64% | 0.56% | - |
| HSV(B) | 346.67º | 0.67% | 0.84% | - |
| XYZ | 32.32 | 19.64 | 14.66 | - |
| YUV | 116.7 | 119.71 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 70 | 102 | 0 | 0.67 | 0.52 | 0.16 | 346.67 | 0.64 | 0.56 |
| Hex | D6 | 46 | 66 | 0 | 43 | 34 | 10 | 15B | 40 | 38 |
| Octal | 326 | 106 | 146 | 0 | 103 | 64 | 20 | 533 | 100 | 70 |
| Binary | 11010110 | 1000110 | 1100110 | 0 | 1000011 | 110100 | 10000 | 101011011 | 1000000 | 111000 |
Color Harmonies of #D64666
Complementary color
Monochromatic Colors of #D64666
Black with #D64666
Text Example
Text Example
White with #D64666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64666; }
p { color: rgb(214,70,102); }
H1.HeaderClassName
{
color: #D64666;
}
.AnyTagClassName
{
color: #D64666;
}
</style>
background-color css
<style>
a { background-color: #D64666; }
a { background-color: rgb(214,70,102); }
div.DivClassName
{
background-color: #D64666;
}
.BgClassName
{
background-color: #D64666;
}
</style>
border-color css
<style>
span { border-color: #D64666; }
span { border-color: rgb(214,70,102); }
td.TdClassName
{
border-color: #D64666;
}
.TagClassName
{
border-color: #D64666;
}
</style>