Shades of Cabaret #D6536A
Tints of Cabaret #D6536A
RGB
CMYK
RGB Variations
Color information
#D6536A (or 0xD6536A) is known color: Cabaret. HEX triplet: D6, 53 and 6A. RGB value is (214,83,106). Sum of RGB (Red+Green+Blue) = 214+83+106=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D6536A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6536A is #29AC95. Grayscale: #7C7C7C. Windows color (decimal): -2731158 or 6968278. OLE color: 6968278.
HSL color Cylindrical-coordinate representation of color #D6536A: hue angle of 349.47º 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 #D6536A is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 83 | 106 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.16 |
| HSL | 349.47º | 0.62% | 0.58% | - |
| HSV(B) | 349.47º | 0.61% | 0.84% | - |
| XYZ | 33.43 | 21.52 | 16.03 | - |
| YUV | 124.79 | 117.4 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 106 | 0 | 0.61 | 0.50 | 0.16 | 349.47 | 0.62 | 0.58 |
| Hex | D6 | 53 | 6A | 0 | 3D | 32 | 10 | 15D | 3E | 3A |
| Octal | 326 | 123 | 152 | 0 | 75 | 62 | 20 | 535 | 76 | 72 |
| Binary | 11010110 | 1010011 | 1101010 | 0 | 111101 | 110010 | 10000 | 101011101 | 111110 | 111010 |
Color Harmonies of #D6536A
Complementary color
Monochromatic Colors of #D6536A
Black with #D6536A
Text Example
Text Example
White with #D6536A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6536A; }
p { color: rgb(214,83,106); }
H1.HeaderClassName
{
color: #D6536A;
}
.AnyTagClassName
{
color: #D6536A;
}
</style>
background-color css
<style>
a { background-color: #D6536A; }
a { background-color: rgb(214,83,106); }
div.DivClassName
{
background-color: #D6536A;
}
.BgClassName
{
background-color: #D6536A;
}
</style>
border-color css
<style>
span { border-color: #D6536A; }
span { border-color: rgb(214,83,106); }
td.TdClassName
{
border-color: #D6536A;
}
.TagClassName
{
border-color: #D6536A;
}
</style>