Shades of Cabaret #D95A6B
Tints of Cabaret #D95A6B
RGB
CMYK
RGB Variations
Color information
#D95A6B (or 0xD95A6B) is known color: Cabaret. HEX triplet: D9, 5A and 6B. RGB value is (217,90,107). Sum of RGB (Red+Green+Blue) = 217+90+107=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D95A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95A6B is #26A594. Grayscale: #818181. Windows color (decimal): -2532757 or 7035609. OLE color: 7035609.
HSL color Cylindrical-coordinate representation of color #D95A6B: hue angle of 351.97º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D95A6B is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 90 | 107 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.15 |
| HSL | 351.97º | 0.63% | 0.6% | - |
| HSV(B) | 351.97º | 0.59% | 0.85% | - |
| XYZ | 34.93 | 23.13 | 16.53 | - |
| YUV | 129.91 | 115.08 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 90 | 107 | 0 | 0.59 | 0.51 | 0.15 | 351.97 | 0.63 | 0.6 |
| Hex | D9 | 5A | 6B | 0 | 3B | 33 | F | 160 | 3F | 3C |
| Octal | 331 | 132 | 153 | 0 | 73 | 63 | 17 | 540 | 77 | 74 |
| Binary | 11011001 | 1011010 | 1101011 | 0 | 111011 | 110011 | 1111 | 101100000 | 111111 | 111100 |
Color Harmonies of #D95A6B
Complementary color
Monochromatic Colors of #D95A6B
Black with #D95A6B
Text Example
Text Example
White with #D95A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95A6B; }
p { color: rgb(217,90,107); }
H1.HeaderClassName
{
color: #D95A6B;
}
.AnyTagClassName
{
color: #D95A6B;
}
</style>
background-color css
<style>
a { background-color: #D95A6B; }
a { background-color: rgb(217,90,107); }
div.DivClassName
{
background-color: #D95A6B;
}
.BgClassName
{
background-color: #D95A6B;
}
</style>
border-color css
<style>
span { border-color: #D95A6B; }
span { border-color: rgb(217,90,107); }
td.TdClassName
{
border-color: #D95A6B;
}
.TagClassName
{
border-color: #D95A6B;
}
</style>