Shades of Cabaret #D95768
Tints of Cabaret #D95768
RGB
CMYK
RGB Variations
Color information
#D95768 (or 0xD95768) is known color: Cabaret. HEX triplet: D9, 57 and 68. RGB value is (217,87,104). Sum of RGB (Red+Green+Blue) = 217+87+104=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 87 (34.38% from 255 or 21.32% from 408); Blue value is 104 (41.02% from 255 or 25.49% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D95768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95768 is #26A897. Grayscale: #7F7F7F. Windows color (decimal): -2533528 or 6838233. OLE color: 6838233.
HSL color Cylindrical-coordinate representation of color #D95768: hue angle of 352.15º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D95768 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 87 | 104 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.15 |
| HSL | 352.15º | 0.63% | 0.6% | - |
| HSV(B) | 352.15º | 0.6% | 0.85% | - |
| XYZ | 34.52 | 22.57 | 15.63 | - |
| YUV | 127.81 | 114.57 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 87 | 104 | 0 | 0.60 | 0.52 | 0.15 | 352.15 | 0.63 | 0.6 |
| Hex | D9 | 57 | 68 | 0 | 3C | 34 | F | 160 | 3F | 3C |
| Octal | 331 | 127 | 150 | 0 | 74 | 64 | 17 | 540 | 77 | 74 |
| Binary | 11011001 | 1010111 | 1101000 | 0 | 111100 | 110100 | 1111 | 101100000 | 111111 | 111100 |
Color Harmonies of #D95768
Complementary color
Monochromatic Colors of #D95768
Black with #D95768
Text Example
Text Example
White with #D95768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95768; }
p { color: rgb(217,87,104); }
H1.HeaderClassName
{
color: #D95768;
}
.AnyTagClassName
{
color: #D95768;
}
</style>
background-color css
<style>
a { background-color: #D95768; }
a { background-color: rgb(217,87,104); }
div.DivClassName
{
background-color: #D95768;
}
.BgClassName
{
background-color: #D95768;
}
</style>
border-color css
<style>
span { border-color: #D95768; }
span { border-color: rgb(217,87,104); }
td.TdClassName
{
border-color: #D95768;
}
.TagClassName
{
border-color: #D95768;
}
</style>