Shades of Cabaret #D76070
Tints of Cabaret #D76070
RGB
CMYK
RGB Variations
Color information
#D76070 (or 0xD76070) is known color: Cabaret. HEX triplet: D7, 60 and 70. RGB value is (215,96,112). Sum of RGB (Red+Green+Blue) = 215+96+112=423 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.83% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 215 - color contains mainly: red. Hex color #D76070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76070 is #289F8F. Grayscale: #858585. Windows color (decimal): -2662288 or 7364823. OLE color: 7364823.
HSL color Cylindrical-coordinate representation of color #D76070: hue angle of 351.93º degrees, saturation: 0.6, 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 #D76070 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 96 | 112 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.16 |
| HSL | 351.93º | 0.6% | 0.61% | - |
| HSV(B) | 351.93º | 0.55% | 0.84% | - |
| XYZ | 35.13 | 23.98 | 18.11 | - |
| YUV | 133.41 | 115.92 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 96 | 112 | 0 | 0.55 | 0.48 | 0.16 | 351.93 | 0.6 | 0.61 |
| Hex | D7 | 60 | 70 | 0 | 37 | 30 | 10 | 160 | 3C | 3D |
| Octal | 327 | 140 | 160 | 0 | 67 | 60 | 20 | 540 | 74 | 75 |
| Binary | 11010111 | 1100000 | 1110000 | 0 | 110111 | 110000 | 10000 | 101100000 | 111100 | 111101 |
Color Harmonies of #D76070
Complementary color
Monochromatic Colors of #D76070
Black with #D76070
Text Example
Text Example
White with #D76070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76070; }
p { color: rgb(215,96,112); }
H1.HeaderClassName
{
color: #D76070;
}
.AnyTagClassName
{
color: #D76070;
}
</style>
background-color css
<style>
a { background-color: #D76070; }
a { background-color: rgb(215,96,112); }
div.DivClassName
{
background-color: #D76070;
}
.BgClassName
{
background-color: #D76070;
}
</style>
border-color css
<style>
span { border-color: #D76070; }
span { border-color: rgb(215,96,112); }
td.TdClassName
{
border-color: #D76070;
}
.TagClassName
{
border-color: #D76070;
}
</style>