Shades of Cabaret #D56073
Tints of Cabaret #D56073
RGB
CMYK
RGB Variations
Color information
#D56073 (or 0xD56073) is known color: Cabaret. HEX triplet: D5, 60 and 73. RGB value is (213,96,115). Sum of RGB (Red+Green+Blue) = 213+96+115=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D56073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56073 is #2A9F8C. Grayscale: #858585. Windows color (decimal): -2793357 or 7561429. OLE color: 7561429.
HSL color Cylindrical-coordinate representation of color #D56073: hue angle of 350.26º 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 #D56073 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 96 | 115 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.16 |
| HSL | 350.26º | 0.58% | 0.61% | - |
| HSV(B) | 350.26º | 0.55% | 0.84% | - |
| XYZ | 34.72 | 23.75 | 18.97 | - |
| YUV | 133.15 | 117.76 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 96 | 115 | 0 | 0.55 | 0.46 | 0.16 | 350.26 | 0.58 | 0.61 |
| Hex | D5 | 60 | 73 | 0 | 37 | 2E | 10 | 15E | 3A | 3D |
| Octal | 325 | 140 | 163 | 0 | 67 | 56 | 20 | 536 | 72 | 75 |
| Binary | 11010101 | 1100000 | 1110011 | 0 | 110111 | 101110 | 10000 | 101011110 | 111010 | 111101 |
Color Harmonies of #D56073
Complementary color
Monochromatic Colors of #D56073
Black with #D56073
Text Example
Text Example
White with #D56073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56073; }
p { color: rgb(213,96,115); }
H1.HeaderClassName
{
color: #D56073;
}
.AnyTagClassName
{
color: #D56073;
}
</style>
background-color css
<style>
a { background-color: #D56073; }
a { background-color: rgb(213,96,115); }
div.DivClassName
{
background-color: #D56073;
}
.BgClassName
{
background-color: #D56073;
}
</style>
border-color css
<style>
span { border-color: #D56073; }
span { border-color: rgb(213,96,115); }
td.TdClassName
{
border-color: #D56073;
}
.TagClassName
{
border-color: #D56073;
}
</style>