Shades of Cabaret #D76075
Tints of Cabaret #D76075
RGB
CMYK
RGB Variations
Color information
#D76075 (or 0xD76075) is known color: Cabaret. HEX triplet: D7, 60 and 75. RGB value is (215,96,117). Sum of RGB (Red+Green+Blue) = 215+96+117=428 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.23% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 215 - color contains mainly: red. Hex color #D76075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76075 is #289F8A. Grayscale: #868686. Windows color (decimal): -2662283 or 7692503. OLE color: 7692503.
HSL color Cylindrical-coordinate representation of color #D76075: hue angle of 349.41º 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 #D76075 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 96 | 117 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.16 |
| HSL | 349.41º | 0.6% | 0.61% | - |
| HSV(B) | 349.41º | 0.55% | 0.84% | - |
| XYZ | 35.42 | 24.1 | 19.61 | - |
| YUV | 133.98 | 118.42 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 96 | 117 | 0 | 0.55 | 0.46 | 0.16 | 349.41 | 0.6 | 0.61 |
| Hex | D7 | 60 | 75 | 0 | 37 | 2E | 10 | 15D | 3C | 3D |
| Octal | 327 | 140 | 165 | 0 | 67 | 56 | 20 | 535 | 74 | 75 |
| Binary | 11010111 | 1100000 | 1110101 | 0 | 110111 | 101110 | 10000 | 101011101 | 111100 | 111101 |
Color Harmonies of #D76075
Complementary color
Monochromatic Colors of #D76075
Black with #D76075
Text Example
Text Example
White with #D76075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76075; }
p { color: rgb(215,96,117); }
H1.HeaderClassName
{
color: #D76075;
}
.AnyTagClassName
{
color: #D76075;
}
</style>
background-color css
<style>
a { background-color: #D76075; }
a { background-color: rgb(215,96,117); }
div.DivClassName
{
background-color: #D76075;
}
.BgClassName
{
background-color: #D76075;
}
</style>
border-color css
<style>
span { border-color: #D76075; }
span { border-color: rgb(215,96,117); }
td.TdClassName
{
border-color: #D76075;
}
.TagClassName
{
border-color: #D76075;
}
</style>