Shades of Cabaret #D95667
Tints of Cabaret #D95667
RGB
CMYK
RGB Variations
Color information
#D95667 (or 0xD95667) is known color: Cabaret. HEX triplet: D9, 56 and 67. RGB value is (217,86,103). Sum of RGB (Red+Green+Blue) = 217+86+103=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 103 (40.62% from 255 or 25.37% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D95667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95667 is #26A998. Grayscale: #7F7F7F. Windows color (decimal): -2533785 or 6772441. OLE color: 6772441.
HSL color Cylindrical-coordinate representation of color #D95667: hue angle of 352.21º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D95667 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 86 | 103 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.15 |
| HSL | 352.21º | 0.63% | 0.59% | - |
| HSV(B) | 352.21º | 0.6% | 0.85% | - |
| XYZ | 34.39 | 22.39 | 15.34 | - |
| YUV | 127.11 | 114.4 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 86 | 103 | 0 | 0.60 | 0.53 | 0.15 | 352.21 | 0.63 | 0.59 |
| Hex | D9 | 56 | 67 | 0 | 3C | 35 | F | 160 | 3F | 3B |
| Octal | 331 | 126 | 147 | 0 | 74 | 65 | 17 | 540 | 77 | 73 |
| Binary | 11011001 | 1010110 | 1100111 | 0 | 111100 | 110101 | 1111 | 101100000 | 111111 | 111011 |
Color Harmonies of #D95667
Complementary color
Monochromatic Colors of #D95667
Black with #D95667
Text Example
Text Example
White with #D95667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95667; }
p { color: rgb(217,86,103); }
H1.HeaderClassName
{
color: #D95667;
}
.AnyTagClassName
{
color: #D95667;
}
</style>
background-color css
<style>
a { background-color: #D95667; }
a { background-color: rgb(217,86,103); }
div.DivClassName
{
background-color: #D95667;
}
.BgClassName
{
background-color: #D95667;
}
</style>
border-color css
<style>
span { border-color: #D95667; }
span { border-color: rgb(217,86,103); }
td.TdClassName
{
border-color: #D95667;
}
.TagClassName
{
border-color: #D95667;
}
</style>