Shades of Cabaret #D0476D
Tints of Cabaret #D0476D
RGB
CMYK
RGB Variations
Color information
#D0476D (or 0xD0476D) is known color: Cabaret. HEX triplet: D0, 47 and 6D. RGB value is (208,71,109). Sum of RGB (Red+Green+Blue) = 208+71+109=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D0476D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0476D is #2FB892. Grayscale: #747474. Windows color (decimal): -3127443 or 7161808. OLE color: 7161808.
HSL color Cylindrical-coordinate representation of color #D0476D: hue angle of 343.36º 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 #D0476D is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 71 | 109 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.18 |
| HSL | 343.36º | 0.59% | 0.55% | - |
| HSV(B) | 343.36º | 0.66% | 0.82% | - |
| XYZ | 31.03 | 19.02 | 16.5 | - |
| YUV | 116.3 | 123.89 | 193.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 109 | 0 | 0.66 | 0.48 | 0.18 | 343.36 | 0.59 | 0.55 |
| Hex | D0 | 47 | 6D | 0 | 42 | 30 | 12 | 157 | 3B | 37 |
| Octal | 320 | 107 | 155 | 0 | 102 | 60 | 22 | 527 | 73 | 67 |
| Binary | 11010000 | 1000111 | 1101101 | 0 | 1000010 | 110000 | 10010 | 101010111 | 111011 | 110111 |
Color Harmonies of #D0476D
Complementary color
Monochromatic Colors of #D0476D
Black with #D0476D
Text Example
Text Example
White with #D0476D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0476D; }
p { color: rgb(208,71,109); }
H1.HeaderClassName
{
color: #D0476D;
}
.AnyTagClassName
{
color: #D0476D;
}
</style>
background-color css
<style>
a { background-color: #D0476D; }
a { background-color: rgb(208,71,109); }
div.DivClassName
{
background-color: #D0476D;
}
.BgClassName
{
background-color: #D0476D;
}
</style>
border-color css
<style>
span { border-color: #D0476D; }
span { border-color: rgb(208,71,109); }
td.TdClassName
{
border-color: #D0476D;
}
.TagClassName
{
border-color: #D0476D;
}
</style>