Shades of Cabaret #D6536B
Tints of Cabaret #D6536B
RGB
CMYK
RGB Variations
Color information
#D6536B (or 0xD6536B) is known color: Cabaret. HEX triplet: D6, 53 and 6B. RGB value is (214,83,107). Sum of RGB (Red+Green+Blue) = 214+83+107=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D6536B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6536B is #29AC94. Grayscale: #7C7C7C. Windows color (decimal): -2731157 or 7033814. OLE color: 7033814.
HSL color Cylindrical-coordinate representation of color #D6536B: hue angle of 349.01º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D6536B is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 83 | 107 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.16 |
| HSL | 349.01º | 0.62% | 0.58% | - |
| HSV(B) | 349.01º | 0.61% | 0.84% | - |
| XYZ | 33.48 | 21.54 | 16.3 | - |
| YUV | 124.91 | 117.9 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 107 | 0 | 0.61 | 0.50 | 0.16 | 349.01 | 0.62 | 0.58 |
| Hex | D6 | 53 | 6B | 0 | 3D | 32 | 10 | 15D | 3E | 3A |
| Octal | 326 | 123 | 153 | 0 | 75 | 62 | 20 | 535 | 76 | 72 |
| Binary | 11010110 | 1010011 | 1101011 | 0 | 111101 | 110010 | 10000 | 101011101 | 111110 | 111010 |
Color Harmonies of #D6536B
Complementary color
Monochromatic Colors of #D6536B
Black with #D6536B
Text Example
Text Example
White with #D6536B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6536B; }
p { color: rgb(214,83,107); }
H1.HeaderClassName
{
color: #D6536B;
}
.AnyTagClassName
{
color: #D6536B;
}
</style>
background-color css
<style>
a { background-color: #D6536B; }
a { background-color: rgb(214,83,107); }
div.DivClassName
{
background-color: #D6536B;
}
.BgClassName
{
background-color: #D6536B;
}
</style>
border-color css
<style>
span { border-color: #D6536B; }
span { border-color: rgb(214,83,107); }
td.TdClassName
{
border-color: #D6536B;
}
.TagClassName
{
border-color: #D6536B;
}
</style>