Shades of Cabaret #D35666
Tints of Cabaret #D35666
RGB
CMYK
RGB Variations
Color information
#D35666 (or 0xD35666) is known color: Cabaret. HEX triplet: D3, 56 and 66. RGB value is (211,86,102). Sum of RGB (Red+Green+Blue) = 211+86+102=399 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.88% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 211 - color contains mainly: red. Hex color #D35666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35666 is #2CA999. Grayscale: #7D7D7D. Windows color (decimal): -2927002 or 6706899. OLE color: 6706899.
HSL color Cylindrical-coordinate representation of color #D35666: hue angle of 352.32º 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 #D35666 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 86 | 102 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.17 |
| HSL | 352.32º | 0.59% | 0.58% | - |
| HSV(B) | 352.32º | 0.59% | 0.83% | - |
| XYZ | 32.59 | 21.46 | 15 | - |
| YUV | 125.2 | 114.91 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 86 | 102 | 0 | 0.59 | 0.52 | 0.17 | 352.32 | 0.59 | 0.58 |
| Hex | D3 | 56 | 66 | 0 | 3B | 34 | 11 | 160 | 3B | 3A |
| Octal | 323 | 126 | 146 | 0 | 73 | 64 | 21 | 540 | 73 | 72 |
| Binary | 11010011 | 1010110 | 1100110 | 0 | 111011 | 110100 | 10001 | 101100000 | 111011 | 111010 |
Color Harmonies of #D35666
Complementary color
Monochromatic Colors of #D35666
Black with #D35666
Text Example
Text Example
White with #D35666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35666; }
p { color: rgb(211,86,102); }
H1.HeaderClassName
{
color: #D35666;
}
.AnyTagClassName
{
color: #D35666;
}
</style>
background-color css
<style>
a { background-color: #D35666; }
a { background-color: rgb(211,86,102); }
div.DivClassName
{
background-color: #D35666;
}
.BgClassName
{
background-color: #D35666;
}
</style>
border-color css
<style>
span { border-color: #D35666; }
span { border-color: rgb(211,86,102); }
td.TdClassName
{
border-color: #D35666;
}
.TagClassName
{
border-color: #D35666;
}
</style>