Shades of Cabaret #D56173
Tints of Cabaret #D56173
RGB
CMYK
RGB Variations
Color information
#D56173 (or 0xD56173) is known color: Cabaret. HEX triplet: D5, 61 and 73. RGB value is (213,97,115). Sum of RGB (Red+Green+Blue) = 213+97+115=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D56173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56173 is #2A9E8C. Grayscale: #858585. Windows color (decimal): -2793101 or 7561685. OLE color: 7561685.
HSL color Cylindrical-coordinate representation of color #D56173: hue angle of 350.69º 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 #D56173 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 97 | 115 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.16 |
| HSL | 350.69º | 0.58% | 0.61% | - |
| HSV(B) | 350.69º | 0.54% | 0.84% | - |
| XYZ | 34.81 | 23.93 | 19 | - |
| YUV | 133.74 | 117.43 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 97 | 115 | 0 | 0.54 | 0.46 | 0.16 | 350.69 | 0.58 | 0.61 |
| Hex | D5 | 61 | 73 | 0 | 36 | 2E | 10 | 15F | 3A | 3D |
| Octal | 325 | 141 | 163 | 0 | 66 | 56 | 20 | 537 | 72 | 75 |
| Binary | 11010101 | 1100001 | 1110011 | 0 | 110110 | 101110 | 10000 | 101011111 | 111010 | 111101 |
Color Harmonies of #D56173
Complementary color
Monochromatic Colors of #D56173
Black with #D56173
Text Example
Text Example
White with #D56173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56173; }
p { color: rgb(213,97,115); }
H1.HeaderClassName
{
color: #D56173;
}
.AnyTagClassName
{
color: #D56173;
}
</style>
background-color css
<style>
a { background-color: #D56173; }
a { background-color: rgb(213,97,115); }
div.DivClassName
{
background-color: #D56173;
}
.BgClassName
{
background-color: #D56173;
}
</style>
border-color css
<style>
span { border-color: #D56173; }
span { border-color: rgb(213,97,115); }
td.TdClassName
{
border-color: #D56173;
}
.TagClassName
{
border-color: #D56173;
}
</style>