Shades of Cabaret #D36175
Tints of Cabaret #D36175
RGB
CMYK
RGB Variations
Color information
#D36175 (or 0xD36175) is known color: Cabaret. HEX triplet: D3, 61 and 75. RGB value is (211,97,117). Sum of RGB (Red+Green+Blue) = 211+97+117=425 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.65% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 211 - color contains mainly: red. Hex color #D36175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D36175 is #2C9E8A. Grayscale: #858585. Windows color (decimal): -2924171 or 7692755. OLE color: 7692755.
HSL color Cylindrical-coordinate representation of color #D36175: hue angle of 349.47º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D36175 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 97 | 117 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.17 |
| HSL | 349.47º | 0.56% | 0.6% | - |
| HSV(B) | 349.47º | 0.54% | 0.83% | - |
| XYZ | 34.35 | 23.68 | 19.59 | - |
| YUV | 133.37 | 118.77 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 97 | 117 | 0 | 0.54 | 0.45 | 0.17 | 349.47 | 0.56 | 0.6 |
| Hex | D3 | 61 | 75 | 0 | 36 | 2D | 11 | 15D | 38 | 3C |
| Octal | 323 | 141 | 165 | 0 | 66 | 55 | 21 | 535 | 70 | 74 |
| Binary | 11010011 | 1100001 | 1110101 | 0 | 110110 | 101101 | 10001 | 101011101 | 111000 | 111100 |
Color Harmonies of #D36175
Complementary color
Monochromatic Colors of #D36175
Black with #D36175
Text Example
Text Example
White with #D36175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36175; }
p { color: rgb(211,97,117); }
H1.HeaderClassName
{
color: #D36175;
}
.AnyTagClassName
{
color: #D36175;
}
</style>
background-color css
<style>
a { background-color: #D36175; }
a { background-color: rgb(211,97,117); }
div.DivClassName
{
background-color: #D36175;
}
.BgClassName
{
background-color: #D36175;
}
</style>
border-color css
<style>
span { border-color: #D36175; }
span { border-color: rgb(211,97,117); }
td.TdClassName
{
border-color: #D36175;
}
.TagClassName
{
border-color: #D36175;
}
</style>