Shades of Cabaret #D5546A
Tints of Cabaret #D5546A
RGB
CMYK
RGB Variations
Color information
#D5546A (or 0xD5546A) is known color: Cabaret. HEX triplet: D5, 54 and 6A. RGB value is (213,84,106). Sum of RGB (Red+Green+Blue) = 213+84+106=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D5546A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5546A is #2AAB95. Grayscale: #7D7D7D. Windows color (decimal): -2796438 or 6968533. OLE color: 6968533.
HSL color Cylindrical-coordinate representation of color #D5546A: hue angle of 349.77º degrees, saturation: 0.61, 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 #D5546A is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 84 | 106 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.16 |
| HSL | 349.77º | 0.61% | 0.58% | - |
| HSV(B) | 349.77º | 0.61% | 0.84% | - |
| XYZ | 33.21 | 21.53 | 16.04 | - |
| YUV | 125.08 | 117.24 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 84 | 106 | 0 | 0.61 | 0.50 | 0.16 | 349.77 | 0.61 | 0.58 |
| Hex | D5 | 54 | 6A | 0 | 3D | 32 | 10 | 15E | 3D | 3A |
| Octal | 325 | 124 | 152 | 0 | 75 | 62 | 20 | 536 | 75 | 72 |
| Binary | 11010101 | 1010100 | 1101010 | 0 | 111101 | 110010 | 10000 | 101011110 | 111101 | 111010 |
Color Harmonies of #D5546A
Complementary color
Monochromatic Colors of #D5546A
Black with #D5546A
Text Example
Text Example
White with #D5546A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5546A; }
p { color: rgb(213,84,106); }
H1.HeaderClassName
{
color: #D5546A;
}
.AnyTagClassName
{
color: #D5546A;
}
</style>
background-color css
<style>
a { background-color: #D5546A; }
a { background-color: rgb(213,84,106); }
div.DivClassName
{
background-color: #D5546A;
}
.BgClassName
{
background-color: #D5546A;
}
</style>
border-color css
<style>
span { border-color: #D5546A; }
span { border-color: rgb(213,84,106); }
td.TdClassName
{
border-color: #D5546A;
}
.TagClassName
{
border-color: #D5546A;
}
</style>