Shades of Cabaret #D04C71
Tints of Cabaret #D04C71
RGB
CMYK
RGB Variations
Color information
#D04C71 (or 0xD04C71) is known color: Cabaret. HEX triplet: D0, 4C and 71. RGB value is (208,76,113). Sum of RGB (Red+Green+Blue) = 208+76+113=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04C71 is #2FB38E. Grayscale: #777777. Windows color (decimal): -3126159 or 7425232. OLE color: 7425232.
HSL color Cylindrical-coordinate representation of color #D04C71: hue angle of 343.18º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D04C71 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 76 | 113 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.18 |
| HSL | 343.18º | 0.58% | 0.56% | - |
| HSV(B) | 343.18º | 0.63% | 0.82% | - |
| XYZ | 31.58 | 19.77 | 17.77 | - |
| YUV | 119.69 | 124.23 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 113 | 0 | 0.63 | 0.46 | 0.18 | 343.18 | 0.58 | 0.56 |
| Hex | D0 | 4C | 71 | 0 | 3F | 2E | 12 | 157 | 3A | 38 |
| Octal | 320 | 114 | 161 | 0 | 77 | 56 | 22 | 527 | 72 | 70 |
| Binary | 11010000 | 1001100 | 1110001 | 0 | 111111 | 101110 | 10010 | 101010111 | 111010 | 111000 |
Color Harmonies of #D04C71
Complementary color
Monochromatic Colors of #D04C71
Black with #D04C71
Text Example
Text Example
White with #D04C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04C71; }
p { color: rgb(208,76,113); }
H1.HeaderClassName
{
color: #D04C71;
}
.AnyTagClassName
{
color: #D04C71;
}
</style>
background-color css
<style>
a { background-color: #D04C71; }
a { background-color: rgb(208,76,113); }
div.DivClassName
{
background-color: #D04C71;
}
.BgClassName
{
background-color: #D04C71;
}
</style>
border-color css
<style>
span { border-color: #D04C71; }
span { border-color: rgb(208,76,113); }
td.TdClassName
{
border-color: #D04C71;
}
.TagClassName
{
border-color: #D04C71;
}
</style>