Shades of Cabaret #D5496D
Tints of Cabaret #D5496D
RGB
CMYK
RGB Variations
Color information
#D5496D (or 0xD5496D) is known color: Cabaret. HEX triplet: D5, 49 and 6D. RGB value is (213,73,109). Sum of RGB (Red+Green+Blue) = 213+73+109=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 109 (42.97% from 255 or 27.59% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D5496D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5496D is #2AB692. Grayscale: #767676. Windows color (decimal): -2799251 or 7162325. OLE color: 7162325.
HSL color Cylindrical-coordinate representation of color #D5496D: hue angle of 344.57º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D5496D is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 73 | 109 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.16 |
| HSL | 344.57º | 0.63% | 0.56% | - |
| HSV(B) | 344.57º | 0.66% | 0.84% | - |
| XYZ | 32.58 | 20.02 | 16.61 | - |
| YUV | 118.96 | 122.38 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 73 | 109 | 0 | 0.66 | 0.49 | 0.16 | 344.57 | 0.63 | 0.56 |
| Hex | D5 | 49 | 6D | 0 | 42 | 31 | 10 | 159 | 3E | 38 |
| Octal | 325 | 111 | 155 | 0 | 102 | 61 | 20 | 531 | 76 | 70 |
| Binary | 11010101 | 1001001 | 1101101 | 0 | 1000010 | 110001 | 10000 | 101011001 | 111110 | 111000 |
Color Harmonies of #D5496D
Complementary color
Monochromatic Colors of #D5496D
Black with #D5496D
Text Example
Text Example
White with #D5496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5496D; }
p { color: rgb(213,73,109); }
H1.HeaderClassName
{
color: #D5496D;
}
.AnyTagClassName
{
color: #D5496D;
}
</style>
background-color css
<style>
a { background-color: #D5496D; }
a { background-color: rgb(213,73,109); }
div.DivClassName
{
background-color: #D5496D;
}
.BgClassName
{
background-color: #D5496D;
}
</style>
border-color css
<style>
span { border-color: #D5496D; }
span { border-color: rgb(213,73,109); }
td.TdClassName
{
border-color: #D5496D;
}
.TagClassName
{
border-color: #D5496D;
}
</style>