Shades of Cabaret #D3506C
Tints of Cabaret #D3506C
RGB
CMYK
RGB Variations
Color information
#D3506C (or 0xD3506C) is known color: Cabaret. HEX triplet: D3, 50 and 6C. RGB value is (211,80,108). Sum of RGB (Red+Green+Blue) = 211+80+108=399 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.88% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 211 - color contains mainly: red. Hex color #D3506C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3506C is #2CAF93. Grayscale: #7A7A7A. Windows color (decimal): -2928532 or 7098579. OLE color: 7098579.
HSL color Cylindrical-coordinate representation of color #D3506C: hue angle of 347.18º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D3506C is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 80 | 108 | - |
| CMYK | 0 | 0.62 | 0.49 | 0.17 |
| HSL | 347.18º | 0.6% | 0.57% | - |
| HSV(B) | 347.18º | 0.62% | 0.83% | - |
| XYZ | 32.44 | 20.67 | 16.47 | - |
| YUV | 122.36 | 119.9 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 80 | 108 | 0 | 0.62 | 0.49 | 0.17 | 347.18 | 0.6 | 0.57 |
| Hex | D3 | 50 | 6C | 0 | 3E | 31 | 11 | 15B | 3C | 39 |
| Octal | 323 | 120 | 154 | 0 | 76 | 61 | 21 | 533 | 74 | 71 |
| Binary | 11010011 | 1010000 | 1101100 | 0 | 111110 | 110001 | 10001 | 101011011 | 111100 | 111001 |
Color Harmonies of #D3506C
Complementary color
Monochromatic Colors of #D3506C
Black with #D3506C
Text Example
Text Example
White with #D3506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3506C; }
p { color: rgb(211,80,108); }
H1.HeaderClassName
{
color: #D3506C;
}
.AnyTagClassName
{
color: #D3506C;
}
</style>
background-color css
<style>
a { background-color: #D3506C; }
a { background-color: rgb(211,80,108); }
div.DivClassName
{
background-color: #D3506C;
}
.BgClassName
{
background-color: #D3506C;
}
</style>
border-color css
<style>
span { border-color: #D3506C; }
span { border-color: rgb(211,80,108); }
td.TdClassName
{
border-color: #D3506C;
}
.TagClassName
{
border-color: #D3506C;
}
</style>