Shades of Cabaret #D56170
Tints of Cabaret #D56170
RGB
CMYK
RGB Variations
Color information
#D56170 (or 0xD56170) is known color: Cabaret. HEX triplet: D5, 61 and 70. RGB value is (213,97,112). Sum of RGB (Red+Green+Blue) = 213+97+112=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D56170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56170 is #2A9E8F. Grayscale: #858585. Windows color (decimal): -2793104 or 7365077. OLE color: 7365077.
HSL color Cylindrical-coordinate representation of color #D56170: hue angle of 352.24º 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 #D56170 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 97 | 112 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.16 |
| HSL | 352.24º | 0.58% | 0.61% | - |
| HSV(B) | 352.24º | 0.54% | 0.84% | - |
| XYZ | 34.64 | 23.87 | 18.11 | - |
| YUV | 133.39 | 115.93 | 184.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 97 | 112 | 0 | 0.54 | 0.47 | 0.16 | 352.24 | 0.58 | 0.61 |
| Hex | D5 | 61 | 70 | 0 | 36 | 2F | 10 | 160 | 3A | 3D |
| Octal | 325 | 141 | 160 | 0 | 66 | 57 | 20 | 540 | 72 | 75 |
| Binary | 11010101 | 1100001 | 1110000 | 0 | 110110 | 101111 | 10000 | 101100000 | 111010 | 111101 |
Color Harmonies of #D56170
Complementary color
Monochromatic Colors of #D56170
Black with #D56170
Text Example
Text Example
White with #D56170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56170; }
p { color: rgb(213,97,112); }
H1.HeaderClassName
{
color: #D56170;
}
.AnyTagClassName
{
color: #D56170;
}
</style>
background-color css
<style>
a { background-color: #D56170; }
a { background-color: rgb(213,97,112); }
div.DivClassName
{
background-color: #D56170;
}
.BgClassName
{
background-color: #D56170;
}
</style>
border-color css
<style>
span { border-color: #D56170; }
span { border-color: rgb(213,97,112); }
td.TdClassName
{
border-color: #D56170;
}
.TagClassName
{
border-color: #D56170;
}
</style>