Shades of Cabaret #D35673
Tints of Cabaret #D35673
RGB
CMYK
RGB Variations
Color information
#D35673 (or 0xD35673) is known color: Cabaret. HEX triplet: D3, 56 and 73. RGB value is (211,86,115). Sum of RGB (Red+Green+Blue) = 211+86+115=412 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.21% from 412); Green value is 86 (33.98% from 255 or 20.87% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 211 - color contains mainly: red. Hex color #D35673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35673 is #2CA98C. Grayscale: #7E7E7E. Windows color (decimal): -2926989 or 7558867. OLE color: 7558867.
HSL color Cylindrical-coordinate representation of color #D35673: hue angle of 346.08º 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 #D35673 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 86 | 115 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.17 |
| HSL | 346.08º | 0.59% | 0.58% | - |
| HSV(B) | 346.08º | 0.59% | 0.83% | - |
| XYZ | 33.29 | 21.74 | 18.66 | - |
| YUV | 126.68 | 121.41 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 86 | 115 | 0 | 0.59 | 0.45 | 0.17 | 346.08 | 0.59 | 0.58 |
| Hex | D3 | 56 | 73 | 0 | 3B | 2D | 11 | 15A | 3B | 3A |
| Octal | 323 | 126 | 163 | 0 | 73 | 55 | 21 | 532 | 73 | 72 |
| Binary | 11010011 | 1010110 | 1110011 | 0 | 111011 | 101101 | 10001 | 101011010 | 111011 | 111010 |
Color Harmonies of #D35673
Complementary color
Monochromatic Colors of #D35673
Black with #D35673
Text Example
Text Example
White with #D35673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35673; }
p { color: rgb(211,86,115); }
H1.HeaderClassName
{
color: #D35673;
}
.AnyTagClassName
{
color: #D35673;
}
</style>
background-color css
<style>
a { background-color: #D35673; }
a { background-color: rgb(211,86,115); }
div.DivClassName
{
background-color: #D35673;
}
.BgClassName
{
background-color: #D35673;
}
</style>
border-color css
<style>
span { border-color: #D35673; }
span { border-color: rgb(211,86,115); }
td.TdClassName
{
border-color: #D35673;
}
.TagClassName
{
border-color: #D35673;
}
</style>