Shades of Cabaret #D65666
Tints of Cabaret #D65666
RGB
CMYK
RGB Variations
Color information
#D65666 (or 0xD65666) is known color: Cabaret. HEX triplet: D6, 56 and 66. RGB value is (214,86,102). Sum of RGB (Red+Green+Blue) = 214+86+102=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 102 (40.23% from 255 or 25.37% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D65666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65666 is #29A999. Grayscale: #7E7E7E. Windows color (decimal): -2730394 or 6706902. OLE color: 6706902.
HSL color Cylindrical-coordinate representation of color #D65666: hue angle of 352.5º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65666 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 102 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.16 |
| HSL | 352.5º | 0.61% | 0.59% | - |
| HSV(B) | 352.5º | 0.6% | 0.84% | - |
| XYZ | 33.46 | 21.91 | 15.04 | - |
| YUV | 126.1 | 114.41 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 102 | 0 | 0.60 | 0.52 | 0.16 | 352.5 | 0.61 | 0.59 |
| Hex | D6 | 56 | 66 | 0 | 3C | 34 | 10 | 160 | 3D | 3B |
| Octal | 326 | 126 | 146 | 0 | 74 | 64 | 20 | 540 | 75 | 73 |
| Binary | 11010110 | 1010110 | 1100110 | 0 | 111100 | 110100 | 10000 | 101100000 | 111101 | 111011 |
Color Harmonies of #D65666
Complementary color
Monochromatic Colors of #D65666
Black with #D65666
Text Example
Text Example
White with #D65666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65666; }
p { color: rgb(214,86,102); }
H1.HeaderClassName
{
color: #D65666;
}
.AnyTagClassName
{
color: #D65666;
}
</style>
background-color css
<style>
a { background-color: #D65666; }
a { background-color: rgb(214,86,102); }
div.DivClassName
{
background-color: #D65666;
}
.BgClassName
{
background-color: #D65666;
}
</style>
border-color css
<style>
span { border-color: #D65666; }
span { border-color: rgb(214,86,102); }
td.TdClassName
{
border-color: #D65666;
}
.TagClassName
{
border-color: #D65666;
}
</style>