Shades of Cabaret #D65769
Tints of Cabaret #D65769
RGB
CMYK
RGB Variations
Color information
#D65769 (or 0xD65769) is known color: Cabaret. HEX triplet: D6, 57 and 69. RGB value is (214,87,105). Sum of RGB (Red+Green+Blue) = 214+87+105=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D65769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65769 is #29A896. Grayscale: #7F7F7F. Windows color (decimal): -2730135 or 6903766. OLE color: 6903766.
HSL color Cylindrical-coordinate representation of color #D65769: hue angle of 351.5º 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 #D65769 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 87 | 105 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.16 |
| HSL | 351.5º | 0.61% | 0.59% | - |
| HSV(B) | 351.5º | 0.59% | 0.84% | - |
| XYZ | 33.69 | 22.13 | 15.86 | - |
| YUV | 127.03 | 115.58 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 87 | 105 | 0 | 0.59 | 0.51 | 0.16 | 351.5 | 0.61 | 0.59 |
| Hex | D6 | 57 | 69 | 0 | 3B | 33 | 10 | 15F | 3D | 3B |
| Octal | 326 | 127 | 151 | 0 | 73 | 63 | 20 | 537 | 75 | 73 |
| Binary | 11010110 | 1010111 | 1101001 | 0 | 111011 | 110011 | 10000 | 101011111 | 111101 | 111011 |
Color Harmonies of #D65769
Complementary color
Monochromatic Colors of #D65769
Black with #D65769
Text Example
Text Example
White with #D65769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65769; }
p { color: rgb(214,87,105); }
H1.HeaderClassName
{
color: #D65769;
}
.AnyTagClassName
{
color: #D65769;
}
</style>
background-color css
<style>
a { background-color: #D65769; }
a { background-color: rgb(214,87,105); }
div.DivClassName
{
background-color: #D65769;
}
.BgClassName
{
background-color: #D65769;
}
</style>
border-color css
<style>
span { border-color: #D65769; }
span { border-color: rgb(214,87,105); }
td.TdClassName
{
border-color: #D65769;
}
.TagClassName
{
border-color: #D65769;
}
</style>