Shades of Cabaret #D64F66
Tints of Cabaret #D64F66
RGB
CMYK
RGB Variations
Color information
#D64F66 (or 0xD64F66) is known color: Cabaret. HEX triplet: D6, 4F and 66. RGB value is (214,79,102). Sum of RGB (Red+Green+Blue) = 214+79+102=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 79 (31.25% from 255 or 20% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64F66 is #29B099. Grayscale: #7A7A7A. Windows color (decimal): -2732186 or 6705110. OLE color: 6705110.
HSL color Cylindrical-coordinate representation of color #D64F66: hue angle of 349.78º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D64F66 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 79 | 102 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.16 |
| HSL | 349.78º | 0.62% | 0.57% | - |
| HSV(B) | 349.78º | 0.63% | 0.84% | - |
| XYZ | 32.93 | 20.85 | 14.86 | - |
| YUV | 121.99 | 116.73 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 79 | 102 | 0 | 0.63 | 0.52 | 0.16 | 349.78 | 0.62 | 0.57 |
| Hex | D6 | 4F | 66 | 0 | 3F | 34 | 10 | 15E | 3E | 39 |
| Octal | 326 | 117 | 146 | 0 | 77 | 64 | 20 | 536 | 76 | 71 |
| Binary | 11010110 | 1001111 | 1100110 | 0 | 111111 | 110100 | 10000 | 101011110 | 111110 | 111001 |
Color Harmonies of #D64F66
Complementary color
Monochromatic Colors of #D64F66
Black with #D64F66
Text Example
Text Example
White with #D64F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64F66; }
p { color: rgb(214,79,102); }
H1.HeaderClassName
{
color: #D64F66;
}
.AnyTagClassName
{
color: #D64F66;
}
</style>
background-color css
<style>
a { background-color: #D64F66; }
a { background-color: rgb(214,79,102); }
div.DivClassName
{
background-color: #D64F66;
}
.BgClassName
{
background-color: #D64F66;
}
</style>
border-color css
<style>
span { border-color: #D64F66; }
span { border-color: rgb(214,79,102); }
td.TdClassName
{
border-color: #D64F66;
}
.TagClassName
{
border-color: #D64F66;
}
</style>