Shades of Cabaret #D56070
Tints of Cabaret #D56070
RGB
CMYK
RGB Variations
Color information
#D56070 (or 0xD56070) is known color: Cabaret. HEX triplet: D5, 60 and 70. RGB value is (213,96,112). Sum of RGB (Red+Green+Blue) = 213+96+112=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D56070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56070 is #2A9F8F. Grayscale: #848484. Windows color (decimal): -2793360 or 7364821. OLE color: 7364821.
HSL color Cylindrical-coordinate representation of color #D56070: hue angle of 351.79º 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 #D56070 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 96 | 112 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.16 |
| HSL | 351.79º | 0.58% | 0.61% | - |
| HSV(B) | 351.79º | 0.55% | 0.84% | - |
| XYZ | 34.55 | 23.68 | 18.08 | - |
| YUV | 132.81 | 116.26 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 96 | 112 | 0 | 0.55 | 0.47 | 0.16 | 351.79 | 0.58 | 0.61 |
| Hex | D5 | 60 | 70 | 0 | 37 | 2F | 10 | 160 | 3A | 3D |
| Octal | 325 | 140 | 160 | 0 | 67 | 57 | 20 | 540 | 72 | 75 |
| Binary | 11010101 | 1100000 | 1110000 | 0 | 110111 | 101111 | 10000 | 101100000 | 111010 | 111101 |
Color Harmonies of #D56070
Complementary color
Monochromatic Colors of #D56070
Black with #D56070
Text Example
Text Example
White with #D56070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56070; }
p { color: rgb(213,96,112); }
H1.HeaderClassName
{
color: #D56070;
}
.AnyTagClassName
{
color: #D56070;
}
</style>
background-color css
<style>
a { background-color: #D56070; }
a { background-color: rgb(213,96,112); }
div.DivClassName
{
background-color: #D56070;
}
.BgClassName
{
background-color: #D56070;
}
</style>
border-color css
<style>
span { border-color: #D56070; }
span { border-color: rgb(213,96,112); }
td.TdClassName
{
border-color: #D56070;
}
.TagClassName
{
border-color: #D56070;
}
</style>