Shades of Cabaret #D95D68
Tints of Cabaret #D95D68
RGB
CMYK
RGB Variations
Color information
#D95D68 (or 0xD95D68) is known color: Cabaret. HEX triplet: D9, 5D and 68. RGB value is (217,93,104). Sum of RGB (Red+Green+Blue) = 217+93+104=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95D68 is #26A297. Grayscale: #838383. Windows color (decimal): -2531992 or 6839769. OLE color: 6839769.
HSL color Cylindrical-coordinate representation of color #D95D68: hue angle of 354.68º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D95D68 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 93 | 104 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.15 |
| HSL | 354.68º | 0.62% | 0.61% | - |
| HSV(B) | 354.68º | 0.57% | 0.85% | - |
| XYZ | 35.03 | 23.58 | 15.8 | - |
| YUV | 131.33 | 112.58 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 93 | 104 | 0 | 0.57 | 0.52 | 0.15 | 354.68 | 0.62 | 0.61 |
| Hex | D9 | 5D | 68 | 0 | 39 | 34 | F | 163 | 3E | 3D |
| Octal | 331 | 135 | 150 | 0 | 71 | 64 | 17 | 543 | 76 | 75 |
| Binary | 11011001 | 1011101 | 1101000 | 0 | 111001 | 110100 | 1111 | 101100011 | 111110 | 111101 |
Color Harmonies of #D95D68
Complementary color
Monochromatic Colors of #D95D68
Black with #D95D68
Text Example
Text Example
White with #D95D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95D68; }
p { color: rgb(217,93,104); }
H1.HeaderClassName
{
color: #D95D68;
}
.AnyTagClassName
{
color: #D95D68;
}
</style>
background-color css
<style>
a { background-color: #D95D68; }
a { background-color: rgb(217,93,104); }
div.DivClassName
{
background-color: #D95D68;
}
.BgClassName
{
background-color: #D95D68;
}
</style>
border-color css
<style>
span { border-color: #D95D68; }
span { border-color: rgb(217,93,104); }
td.TdClassName
{
border-color: #D95D68;
}
.TagClassName
{
border-color: #D95D68;
}
</style>