Shades of Cabaret #D56176
Tints of Cabaret #D56176
RGB
CMYK
RGB Variations
Color information
#D56176 (or 0xD56176) is known color: Cabaret. HEX triplet: D5, 61 and 76. RGB value is (213,97,118). Sum of RGB (Red+Green+Blue) = 213+97+118=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 118 (46.48% from 255 or 27.57% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D56176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56176 is #2A9E89. Grayscale: #868686. Windows color (decimal): -2793098 or 7758293. OLE color: 7758293.
HSL color Cylindrical-coordinate representation of color #D56176: hue angle of 349.14º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D56176 is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 97 | 118 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.16 |
| HSL | 349.14º | 0.58% | 0.61% | - |
| HSV(B) | 349.14º | 0.54% | 0.84% | - |
| XYZ | 34.99 | 24 | 19.93 | - |
| YUV | 134.08 | 118.93 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 97 | 118 | 0 | 0.54 | 0.45 | 0.16 | 349.14 | 0.58 | 0.61 |
| Hex | D5 | 61 | 76 | 0 | 36 | 2D | 10 | 15D | 3A | 3D |
| Octal | 325 | 141 | 166 | 0 | 66 | 55 | 20 | 535 | 72 | 75 |
| Binary | 11010101 | 1100001 | 1110110 | 0 | 110110 | 101101 | 10000 | 101011101 | 111010 | 111101 |
Color Harmonies of #D56176
Complementary color
Monochromatic Colors of #D56176
Black with #D56176
Text Example
Text Example
White with #D56176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56176; }
p { color: rgb(213,97,118); }
H1.HeaderClassName
{
color: #D56176;
}
.AnyTagClassName
{
color: #D56176;
}
</style>
background-color css
<style>
a { background-color: #D56176; }
a { background-color: rgb(213,97,118); }
div.DivClassName
{
background-color: #D56176;
}
.BgClassName
{
background-color: #D56176;
}
</style>
border-color css
<style>
span { border-color: #D56176; }
span { border-color: rgb(213,97,118); }
td.TdClassName
{
border-color: #D56176;
}
.TagClassName
{
border-color: #D56176;
}
</style>