Shades of Cabaret #D3476C
Tints of Cabaret #D3476C
RGB
CMYK
RGB Variations
Color information
#D3476C (or 0xD3476C) is known color: Cabaret. HEX triplet: D3, 47 and 6C. RGB value is (211,71,108). Sum of RGB (Red+Green+Blue) = 211+71+108=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D3476C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3476C is #2CB893. Grayscale: #757575. Windows color (decimal): -2930836 or 7096275. OLE color: 7096275.
HSL color Cylindrical-coordinate representation of color #D3476C: hue angle of 344.14º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D3476C is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 71 | 108 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.17 |
| HSL | 344.14º | 0.61% | 0.55% | - |
| HSV(B) | 344.14º | 0.66% | 0.83% | - |
| XYZ | 31.82 | 19.44 | 16.26 | - |
| YUV | 117.08 | 122.88 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 71 | 108 | 0 | 0.66 | 0.49 | 0.17 | 344.14 | 0.61 | 0.55 |
| Hex | D3 | 47 | 6C | 0 | 42 | 31 | 11 | 158 | 3D | 37 |
| Octal | 323 | 107 | 154 | 0 | 102 | 61 | 21 | 530 | 75 | 67 |
| Binary | 11010011 | 1000111 | 1101100 | 0 | 1000010 | 110001 | 10001 | 101011000 | 111101 | 110111 |
Color Harmonies of #D3476C
Complementary color
Monochromatic Colors of #D3476C
Black with #D3476C
Text Example
Text Example
White with #D3476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3476C; }
p { color: rgb(211,71,108); }
H1.HeaderClassName
{
color: #D3476C;
}
.AnyTagClassName
{
color: #D3476C;
}
</style>
background-color css
<style>
a { background-color: #D3476C; }
a { background-color: rgb(211,71,108); }
div.DivClassName
{
background-color: #D3476C;
}
.BgClassName
{
background-color: #D3476C;
}
</style>
border-color css
<style>
span { border-color: #D3476C; }
span { border-color: rgb(211,71,108); }
td.TdClassName
{
border-color: #D3476C;
}
.TagClassName
{
border-color: #D3476C;
}
</style>