Shades of Cabaret #D35670
Tints of Cabaret #D35670
RGB
CMYK
RGB Variations
Color information
#D35670 (or 0xD35670) is known color: Cabaret. HEX triplet: D3, 56 and 70. RGB value is (211,86,112). Sum of RGB (Red+Green+Blue) = 211+86+112=409 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.59% from 409); Green value is 86 (33.98% from 255 or 21.03% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 211 - color contains mainly: red. Hex color #D35670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35670 is #2CA98F. Grayscale: #7E7E7E. Windows color (decimal): -2926992 or 7362259. OLE color: 7362259.
HSL color Cylindrical-coordinate representation of color #D35670: hue angle of 347.52º 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 #D35670 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 86 | 112 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.17 |
| HSL | 347.52º | 0.59% | 0.58% | - |
| HSV(B) | 347.52º | 0.59% | 0.83% | - |
| XYZ | 33.12 | 21.67 | 17.77 | - |
| YUV | 126.34 | 119.91 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 86 | 112 | 0 | 0.59 | 0.47 | 0.17 | 347.52 | 0.59 | 0.58 |
| Hex | D3 | 56 | 70 | 0 | 3B | 2F | 11 | 15C | 3B | 3A |
| Octal | 323 | 126 | 160 | 0 | 73 | 57 | 21 | 534 | 73 | 72 |
| Binary | 11010011 | 1010110 | 1110000 | 0 | 111011 | 101111 | 10001 | 101011100 | 111011 | 111010 |
Color Harmonies of #D35670
Complementary color
Monochromatic Colors of #D35670
Black with #D35670
Text Example
Text Example
White with #D35670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35670; }
p { color: rgb(211,86,112); }
H1.HeaderClassName
{
color: #D35670;
}
.AnyTagClassName
{
color: #D35670;
}
</style>
background-color css
<style>
a { background-color: #D35670; }
a { background-color: rgb(211,86,112); }
div.DivClassName
{
background-color: #D35670;
}
.BgClassName
{
background-color: #D35670;
}
</style>
border-color css
<style>
span { border-color: #D35670; }
span { border-color: rgb(211,86,112); }
td.TdClassName
{
border-color: #D35670;
}
.TagClassName
{
border-color: #D35670;
}
</style>