Shades of Cabaret #D56076
Tints of Cabaret #D56076
RGB
CMYK
RGB Variations
Color information
#D56076 (or 0xD56076) is known color: Cabaret. HEX triplet: D5, 60 and 76. RGB value is (213,96,118). Sum of RGB (Red+Green+Blue) = 213+96+118=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D56076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56076 is #2A9F89. Grayscale: #858585. Windows color (decimal): -2793354 or 7758037. OLE color: 7758037.
HSL color Cylindrical-coordinate representation of color #D56076: hue angle of 348.72º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D56076 is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 96 | 118 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.16 |
| HSL | 348.72º | 0.58% | 0.61% | - |
| HSV(B) | 348.72º | 0.55% | 0.84% | - |
| XYZ | 34.89 | 23.82 | 19.9 | - |
| YUV | 133.49 | 119.26 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 96 | 118 | 0 | 0.55 | 0.45 | 0.16 | 348.72 | 0.58 | 0.61 |
| Hex | D5 | 60 | 76 | 0 | 37 | 2D | 10 | 15D | 3A | 3D |
| Octal | 325 | 140 | 166 | 0 | 67 | 55 | 20 | 535 | 72 | 75 |
| Binary | 11010101 | 1100000 | 1110110 | 0 | 110111 | 101101 | 10000 | 101011101 | 111010 | 111101 |
Color Harmonies of #D56076
Complementary color
Monochromatic Colors of #D56076
Black with #D56076
Text Example
Text Example
White with #D56076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56076; }
p { color: rgb(213,96,118); }
H1.HeaderClassName
{
color: #D56076;
}
.AnyTagClassName
{
color: #D56076;
}
</style>
background-color css
<style>
a { background-color: #D56076; }
a { background-color: rgb(213,96,118); }
div.DivClassName
{
background-color: #D56076;
}
.BgClassName
{
background-color: #D56076;
}
</style>
border-color css
<style>
span { border-color: #D56076; }
span { border-color: rgb(213,96,118); }
td.TdClassName
{
border-color: #D56076;
}
.TagClassName
{
border-color: #D56076;
}
</style>