Shades of Cabaret #D75C70
Tints of Cabaret #D75C70
RGB
CMYK
RGB Variations
Color information
#D75C70 (or 0xD75C70) is known color: Cabaret. HEX triplet: D7, 5C and 70. RGB value is (215,92,112). Sum of RGB (Red+Green+Blue) = 215+92+112=419 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.31% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 215 - color contains mainly: red. Hex color #D75C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75C70 is #28A38F. Grayscale: #838383. Windows color (decimal): -2663312 or 7363799. OLE color: 7363799.
HSL color Cylindrical-coordinate representation of color #D75C70: hue angle of 350.24º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D75C70 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 92 | 112 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.16 |
| HSL | 350.24º | 0.61% | 0.6% | - |
| HSV(B) | 350.24º | 0.57% | 0.84% | - |
| XYZ | 34.78 | 23.27 | 17.99 | - |
| YUV | 131.06 | 117.25 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 92 | 112 | 0 | 0.57 | 0.48 | 0.16 | 350.24 | 0.61 | 0.6 |
| Hex | D7 | 5C | 70 | 0 | 39 | 30 | 10 | 15E | 3D | 3C |
| Octal | 327 | 134 | 160 | 0 | 71 | 60 | 20 | 536 | 75 | 74 |
| Binary | 11010111 | 1011100 | 1110000 | 0 | 111001 | 110000 | 10000 | 101011110 | 111101 | 111100 |
Color Harmonies of #D75C70
Complementary color
Monochromatic Colors of #D75C70
Black with #D75C70
Text Example
Text Example
White with #D75C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75C70; }
p { color: rgb(215,92,112); }
H1.HeaderClassName
{
color: #D75C70;
}
.AnyTagClassName
{
color: #D75C70;
}
</style>
background-color css
<style>
a { background-color: #D75C70; }
a { background-color: rgb(215,92,112); }
div.DivClassName
{
background-color: #D75C70;
}
.BgClassName
{
background-color: #D75C70;
}
</style>
border-color css
<style>
span { border-color: #D75C70; }
span { border-color: rgb(215,92,112); }
td.TdClassName
{
border-color: #D75C70;
}
.TagClassName
{
border-color: #D75C70;
}
</style>