Shades of Cabaret #D65066
Tints of Cabaret #D65066
RGB
CMYK
RGB Variations
Color information
#D65066 (or 0xD65066) is known color: Cabaret. HEX triplet: D6, 50 and 66. RGB value is (214,80,102). Sum of RGB (Red+Green+Blue) = 214+80+102=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D65066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65066 is #29AF99. Grayscale: #7A7A7A. Windows color (decimal): -2731930 or 6705366. OLE color: 6705366.
HSL color Cylindrical-coordinate representation of color #D65066: hue angle of 350.15º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D65066 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 80 | 102 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.16 |
| HSL | 350.15º | 0.62% | 0.58% | - |
| HSV(B) | 350.15º | 0.63% | 0.84% | - |
| XYZ | 33 | 20.99 | 14.88 | - |
| YUV | 122.57 | 116.39 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 80 | 102 | 0 | 0.63 | 0.52 | 0.16 | 350.15 | 0.62 | 0.58 |
| Hex | D6 | 50 | 66 | 0 | 3F | 34 | 10 | 15E | 3E | 3A |
| Octal | 326 | 120 | 146 | 0 | 77 | 64 | 20 | 536 | 76 | 72 |
| Binary | 11010110 | 1010000 | 1100110 | 0 | 111111 | 110100 | 10000 | 101011110 | 111110 | 111010 |
Color Harmonies of #D65066
Complementary color
Monochromatic Colors of #D65066
Black with #D65066
Text Example
Text Example
White with #D65066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65066; }
p { color: rgb(214,80,102); }
H1.HeaderClassName
{
color: #D65066;
}
.AnyTagClassName
{
color: #D65066;
}
</style>
background-color css
<style>
a { background-color: #D65066; }
a { background-color: rgb(214,80,102); }
div.DivClassName
{
background-color: #D65066;
}
.BgClassName
{
background-color: #D65066;
}
</style>
border-color css
<style>
span { border-color: #D65066; }
span { border-color: rgb(214,80,102); }
td.TdClassName
{
border-color: #D65066;
}
.TagClassName
{
border-color: #D65066;
}
</style>