Shades of Cabaret #D76072
Tints of Cabaret #D76072
RGB
CMYK
RGB Variations
Color information
#D76072 (or 0xD76072) is known color: Cabaret. HEX triplet: D7, 60 and 72. RGB value is (215,96,114). Sum of RGB (Red+Green+Blue) = 215+96+114=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D76072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76072 is #289F8D. Grayscale: #858585. Windows color (decimal): -2662286 or 7495895. OLE color: 7495895.
HSL color Cylindrical-coordinate representation of color #D76072: hue angle of 350.92º 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 #D76072 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 96 | 114 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.16 |
| HSL | 350.92º | 0.6% | 0.61% | - |
| HSV(B) | 350.92º | 0.55% | 0.84% | - |
| XYZ | 35.24 | 24.03 | 18.7 | - |
| YUV | 133.63 | 116.92 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 96 | 114 | 0 | 0.55 | 0.47 | 0.16 | 350.92 | 0.6 | 0.61 |
| Hex | D7 | 60 | 72 | 0 | 37 | 2F | 10 | 15F | 3C | 3D |
| Octal | 327 | 140 | 162 | 0 | 67 | 57 | 20 | 537 | 74 | 75 |
| Binary | 11010111 | 1100000 | 1110010 | 0 | 110111 | 101111 | 10000 | 101011111 | 111100 | 111101 |
Color Harmonies of #D76072
Complementary color
Monochromatic Colors of #D76072
Black with #D76072
Text Example
Text Example
White with #D76072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76072; }
p { color: rgb(215,96,114); }
H1.HeaderClassName
{
color: #D76072;
}
.AnyTagClassName
{
color: #D76072;
}
</style>
background-color css
<style>
a { background-color: #D76072; }
a { background-color: rgb(215,96,114); }
div.DivClassName
{
background-color: #D76072;
}
.BgClassName
{
background-color: #D76072;
}
</style>
border-color css
<style>
span { border-color: #D76072; }
span { border-color: rgb(215,96,114); }
td.TdClassName
{
border-color: #D76072;
}
.TagClassName
{
border-color: #D76072;
}
</style>