Shades of Cabaret #D65866
Tints of Cabaret #D65866
RGB
CMYK
RGB Variations
Color information
#D65866 (or 0xD65866) is known color: Cabaret. HEX triplet: D6, 58 and 66. RGB value is (214,88,102). Sum of RGB (Red+Green+Blue) = 214+88+102=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D65866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65866 is #29A799. Grayscale: #7F7F7F. Windows color (decimal): -2729882 or 6707414. OLE color: 6707414.
HSL color Cylindrical-coordinate representation of color #D65866: hue angle of 353.33º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D65866 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 102 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.16 |
| HSL | 353.33º | 0.61% | 0.59% | - |
| HSV(B) | 353.33º | 0.59% | 0.84% | - |
| XYZ | 33.62 | 22.23 | 15.09 | - |
| YUV | 127.27 | 113.74 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 102 | 0 | 0.59 | 0.52 | 0.16 | 353.33 | 0.61 | 0.59 |
| Hex | D6 | 58 | 66 | 0 | 3B | 34 | 10 | 161 | 3D | 3B |
| Octal | 326 | 130 | 146 | 0 | 73 | 64 | 20 | 541 | 75 | 73 |
| Binary | 11010110 | 1011000 | 1100110 | 0 | 111011 | 110100 | 10000 | 101100001 | 111101 | 111011 |
Color Harmonies of #D65866
Complementary color
Monochromatic Colors of #D65866
Black with #D65866
Text Example
Text Example
White with #D65866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65866; }
p { color: rgb(214,88,102); }
H1.HeaderClassName
{
color: #D65866;
}
.AnyTagClassName
{
color: #D65866;
}
</style>
background-color css
<style>
a { background-color: #D65866; }
a { background-color: rgb(214,88,102); }
div.DivClassName
{
background-color: #D65866;
}
.BgClassName
{
background-color: #D65866;
}
</style>
border-color css
<style>
span { border-color: #D65866; }
span { border-color: rgb(214,88,102); }
td.TdClassName
{
border-color: #D65866;
}
.TagClassName
{
border-color: #D65866;
}
</style>