Shades of Cabaret #D65665
Tints of Cabaret #D65665
RGB
CMYK
RGB Variations
Color information
#D65665 (or 0xD65665) is known color: Cabaret. HEX triplet: D6, 56 and 65. RGB value is (214,86,101). Sum of RGB (Red+Green+Blue) = 214+86+101=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D65665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65665 is #29A99A. Grayscale: #7E7E7E. Windows color (decimal): -2730395 or 6641366. OLE color: 6641366.
HSL color Cylindrical-coordinate representation of color #D65665: hue angle of 352.97º 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 #D65665 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 86 | 101 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.16 |
| HSL | 352.97º | 0.61% | 0.59% | - |
| HSV(B) | 352.97º | 0.6% | 0.84% | - |
| XYZ | 33.41 | 21.89 | 14.78 | - |
| YUV | 125.98 | 113.91 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 86 | 101 | 0 | 0.60 | 0.53 | 0.16 | 352.97 | 0.61 | 0.59 |
| Hex | D6 | 56 | 65 | 0 | 3C | 35 | 10 | 161 | 3D | 3B |
| Octal | 326 | 126 | 145 | 0 | 74 | 65 | 20 | 541 | 75 | 73 |
| Binary | 11010110 | 1010110 | 1100101 | 0 | 111100 | 110101 | 10000 | 101100001 | 111101 | 111011 |
Color Harmonies of #D65665
Complementary color
Monochromatic Colors of #D65665
Black with #D65665
Text Example
Text Example
White with #D65665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65665; }
p { color: rgb(214,86,101); }
H1.HeaderClassName
{
color: #D65665;
}
.AnyTagClassName
{
color: #D65665;
}
</style>
background-color css
<style>
a { background-color: #D65665; }
a { background-color: rgb(214,86,101); }
div.DivClassName
{
background-color: #D65665;
}
.BgClassName
{
background-color: #D65665;
}
</style>
border-color css
<style>
span { border-color: #D65665; }
span { border-color: rgb(214,86,101); }
td.TdClassName
{
border-color: #D65665;
}
.TagClassName
{
border-color: #D65665;
}
</style>