Shades of Cabaret #D0476F
Tints of Cabaret #D0476F
RGB
CMYK
RGB Variations
Color information
#D0476F (or 0xD0476F) is known color: Cabaret. HEX triplet: D0, 47 and 6F. RGB value is (208,71,111). Sum of RGB (Red+Green+Blue) = 208+71+111=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D0476F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0476F is #2FB890. Grayscale: #747474. Windows color (decimal): -3127441 or 7292880. OLE color: 7292880.
HSL color Cylindrical-coordinate representation of color #D0476F: hue angle of 342.48º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D0476F is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 71 | 111 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.18 |
| HSL | 342.48º | 0.59% | 0.55% | - |
| HSV(B) | 342.48º | 0.66% | 0.82% | - |
| XYZ | 31.13 | 19.06 | 17.08 | - |
| YUV | 116.52 | 124.89 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 111 | 0 | 0.66 | 0.47 | 0.18 | 342.48 | 0.59 | 0.55 |
| Hex | D0 | 47 | 6F | 0 | 42 | 2F | 12 | 156 | 3B | 37 |
| Octal | 320 | 107 | 157 | 0 | 102 | 57 | 22 | 526 | 73 | 67 |
| Binary | 11010000 | 1000111 | 1101111 | 0 | 1000010 | 101111 | 10010 | 101010110 | 111011 | 110111 |
Color Harmonies of #D0476F
Complementary color
Monochromatic Colors of #D0476F
Black with #D0476F
Text Example
Text Example
White with #D0476F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0476F; }
p { color: rgb(208,71,111); }
H1.HeaderClassName
{
color: #D0476F;
}
.AnyTagClassName
{
color: #D0476F;
}
</style>
background-color css
<style>
a { background-color: #D0476F; }
a { background-color: rgb(208,71,111); }
div.DivClassName
{
background-color: #D0476F;
}
.BgClassName
{
background-color: #D0476F;
}
</style>
border-color css
<style>
span { border-color: #D0476F; }
span { border-color: rgb(208,71,111); }
td.TdClassName
{
border-color: #D0476F;
}
.TagClassName
{
border-color: #D0476F;
}
</style>