Shades of Cabaret #D74D68
Tints of Cabaret #D74D68
RGB
CMYK
RGB Variations
Color information
#D74D68 (or 0xD74D68) is known color: Cabaret. HEX triplet: D7, 4D and 68. RGB value is (215,77,104). Sum of RGB (Red+Green+Blue) = 215+77+104=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D74D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D74D68 is #28B297. Grayscale: #797979. Windows color (decimal): -2667160 or 6835671. OLE color: 6835671.
HSL color Cylindrical-coordinate representation of color #D74D68: hue angle of 348.26º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D74D68 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 77 | 104 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.16 |
| HSL | 348.26º | 0.63% | 0.57% | - |
| HSV(B) | 348.26º | 0.64% | 0.84% | - |
| XYZ | 33.18 | 20.75 | 15.35 | - |
| YUV | 121.34 | 118.22 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 77 | 104 | 0 | 0.64 | 0.52 | 0.16 | 348.26 | 0.63 | 0.57 |
| Hex | D7 | 4D | 68 | 0 | 40 | 34 | 10 | 15C | 3F | 39 |
| Octal | 327 | 115 | 150 | 0 | 100 | 64 | 20 | 534 | 77 | 71 |
| Binary | 11010111 | 1001101 | 1101000 | 0 | 1000000 | 110100 | 10000 | 101011100 | 111111 | 111001 |
Color Harmonies of #D74D68
Complementary color
Monochromatic Colors of #D74D68
Black with #D74D68
Text Example
Text Example
White with #D74D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74D68; }
p { color: rgb(215,77,104); }
H1.HeaderClassName
{
color: #D74D68;
}
.AnyTagClassName
{
color: #D74D68;
}
</style>
background-color css
<style>
a { background-color: #D74D68; }
a { background-color: rgb(215,77,104); }
div.DivClassName
{
background-color: #D74D68;
}
.BgClassName
{
background-color: #D74D68;
}
</style>
border-color css
<style>
span { border-color: #D74D68; }
span { border-color: rgb(215,77,104); }
td.TdClassName
{
border-color: #D74D68;
}
.TagClassName
{
border-color: #D74D68;
}
</style>