Shades of Cabaret #D0476B
Tints of Cabaret #D0476B
RGB
CMYK
RGB Variations
Color information
#D0476B (or 0xD0476B) is known color: Cabaret. HEX triplet: D0, 47 and 6B. RGB value is (208,71,107). Sum of RGB (Red+Green+Blue) = 208+71+107=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D0476B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0476B is #2FB894. Grayscale: #747474. Windows color (decimal): -3127445 or 7030736. OLE color: 7030736.
HSL color Cylindrical-coordinate representation of color #D0476B: hue angle of 344.23º 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 #D0476B is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 71 | 107 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.18 |
| HSL | 344.23º | 0.59% | 0.55% | - |
| HSV(B) | 344.23º | 0.66% | 0.82% | - |
| XYZ | 30.92 | 18.98 | 15.94 | - |
| YUV | 116.07 | 122.89 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 71 | 107 | 0 | 0.66 | 0.49 | 0.18 | 344.23 | 0.59 | 0.55 |
| Hex | D0 | 47 | 6B | 0 | 42 | 31 | 12 | 158 | 3B | 37 |
| Octal | 320 | 107 | 153 | 0 | 102 | 61 | 22 | 530 | 73 | 67 |
| Binary | 11010000 | 1000111 | 1101011 | 0 | 1000010 | 110001 | 10010 | 101011000 | 111011 | 110111 |
Color Harmonies of #D0476B
Complementary color
Monochromatic Colors of #D0476B
Black with #D0476B
Text Example
Text Example
White with #D0476B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0476B; }
p { color: rgb(208,71,107); }
H1.HeaderClassName
{
color: #D0476B;
}
.AnyTagClassName
{
color: #D0476B;
}
</style>
background-color css
<style>
a { background-color: #D0476B; }
a { background-color: rgb(208,71,107); }
div.DivClassName
{
background-color: #D0476B;
}
.BgClassName
{
background-color: #D0476B;
}
</style>
border-color css
<style>
span { border-color: #D0476B; }
span { border-color: rgb(208,71,107); }
td.TdClassName
{
border-color: #D0476B;
}
.TagClassName
{
border-color: #D0476B;
}
</style>