Shades of Cabaret #D35674
Tints of Cabaret #D35674
RGB
CMYK
RGB Variations
Color information
#D35674 (or 0xD35674) is known color: Cabaret. HEX triplet: D3, 56 and 74. RGB value is (211,86,116). Sum of RGB (Red+Green+Blue) = 211+86+116=413 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.09% from 413); Green value is 86 (33.98% from 255 or 20.82% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 211 - color contains mainly: red. Hex color #D35674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35674 is #2CA98B. Grayscale: #7E7E7E. Windows color (decimal): -2926988 or 7624403. OLE color: 7624403.
HSL color Cylindrical-coordinate representation of color #D35674: hue angle of 345.6º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D35674 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 86 | 116 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.17 |
| HSL | 345.6º | 0.59% | 0.58% | - |
| HSV(B) | 345.6º | 0.59% | 0.83% | - |
| XYZ | 33.34 | 21.77 | 18.97 | - |
| YUV | 126.8 | 121.91 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 86 | 116 | 0 | 0.59 | 0.45 | 0.17 | 345.6 | 0.59 | 0.58 |
| Hex | D3 | 56 | 74 | 0 | 3B | 2D | 11 | 15A | 3B | 3A |
| Octal | 323 | 126 | 164 | 0 | 73 | 55 | 21 | 532 | 73 | 72 |
| Binary | 11010011 | 1010110 | 1110100 | 0 | 111011 | 101101 | 10001 | 101011010 | 111011 | 111010 |
Color Harmonies of #D35674
Complementary color
Monochromatic Colors of #D35674
Black with #D35674
Text Example
Text Example
White with #D35674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35674; }
p { color: rgb(211,86,116); }
H1.HeaderClassName
{
color: #D35674;
}
.AnyTagClassName
{
color: #D35674;
}
</style>
background-color css
<style>
a { background-color: #D35674; }
a { background-color: rgb(211,86,116); }
div.DivClassName
{
background-color: #D35674;
}
.BgClassName
{
background-color: #D35674;
}
</style>
border-color css
<style>
span { border-color: #D35674; }
span { border-color: rgb(211,86,116); }
td.TdClassName
{
border-color: #D35674;
}
.TagClassName
{
border-color: #D35674;
}
</style>