Shades of Cabaret #D74766
Tints of Cabaret #D74766
RGB
CMYK
RGB Variations
Color information
#D74766 (or 0xD74766) is known color: Cabaret. HEX triplet: D7, 47 and 66. RGB value is (215,71,102). Sum of RGB (Red+Green+Blue) = 215+71+102=388 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.41% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 215 - color contains mainly: red. Hex color #D74766 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74766 is #28B899. Grayscale: #757575. Windows color (decimal): -2668698 or 6703063. OLE color: 6703063.
HSL color Cylindrical-coordinate representation of color #D74766: hue angle of 347.08º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D74766 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 71 | 102 | - |
| CMYK | 0 | 0.67 | 0.53 | 0.16 |
| HSL | 347.08º | 0.64% | 0.56% | - |
| HSV(B) | 347.08º | 0.67% | 0.84% | - |
| XYZ | 32.68 | 19.91 | 14.69 | - |
| YUV | 117.59 | 119.21 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 71 | 102 | 0 | 0.67 | 0.53 | 0.16 | 347.08 | 0.64 | 0.56 |
| Hex | D7 | 47 | 66 | 0 | 43 | 35 | 10 | 15B | 40 | 38 |
| Octal | 327 | 107 | 146 | 0 | 103 | 65 | 20 | 533 | 100 | 70 |
| Binary | 11010111 | 1000111 | 1100110 | 0 | 1000011 | 110101 | 10000 | 101011011 | 1000000 | 111000 |
Color Harmonies of #D74766
Complementary color
Monochromatic Colors of #D74766
Black with #D74766
Text Example
Text Example
White with #D74766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74766; }
p { color: rgb(215,71,102); }
H1.HeaderClassName
{
color: #D74766;
}
.AnyTagClassName
{
color: #D74766;
}
</style>
background-color css
<style>
a { background-color: #D74766; }
a { background-color: rgb(215,71,102); }
div.DivClassName
{
background-color: #D74766;
}
.BgClassName
{
background-color: #D74766;
}
</style>
border-color css
<style>
span { border-color: #D74766; }
span { border-color: rgb(215,71,102); }
td.TdClassName
{
border-color: #D74766;
}
.TagClassName
{
border-color: #D74766;
}
</style>