Shades of Cabaret #D35B76
Tints of Cabaret #D35B76
RGB
CMYK
RGB Variations
Color information
#D35B76 (or 0xD35B76) is known color: Cabaret. HEX triplet: D3, 5B and 76. RGB value is (211,91,118). Sum of RGB (Red+Green+Blue) = 211+91+118=420 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.24% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 211 - color contains mainly: red. Hex color #D35B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35B76 is #2CA489. Grayscale: #818181. Windows color (decimal): -2925706 or 7756755. OLE color: 7756755.
HSL color Cylindrical-coordinate representation of color #D35B76: hue angle of 346.5º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D35B76 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 91 | 118 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.17 |
| HSL | 346.5º | 0.58% | 0.59% | - |
| HSV(B) | 346.5º | 0.57% | 0.83% | - |
| XYZ | 33.88 | 22.64 | 19.72 | - |
| YUV | 129.96 | 121.26 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 91 | 118 | 0 | 0.57 | 0.44 | 0.17 | 346.5 | 0.58 | 0.59 |
| Hex | D3 | 5B | 76 | 0 | 39 | 2C | 11 | 15A | 3A | 3B |
| Octal | 323 | 133 | 166 | 0 | 71 | 54 | 21 | 532 | 72 | 73 |
| Binary | 11010011 | 1011011 | 1110110 | 0 | 111001 | 101100 | 10001 | 101011010 | 111010 | 111011 |
Color Harmonies of #D35B76
Complementary color
Monochromatic Colors of #D35B76
Black with #D35B76
Text Example
Text Example
White with #D35B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35B76; }
p { color: rgb(211,91,118); }
H1.HeaderClassName
{
color: #D35B76;
}
.AnyTagClassName
{
color: #D35B76;
}
</style>
background-color css
<style>
a { background-color: #D35B76; }
a { background-color: rgb(211,91,118); }
div.DivClassName
{
background-color: #D35B76;
}
.BgClassName
{
background-color: #D35B76;
}
</style>
border-color css
<style>
span { border-color: #D35B76; }
span { border-color: rgb(211,91,118); }
td.TdClassName
{
border-color: #D35B76;
}
.TagClassName
{
border-color: #D35B76;
}
</style>