Shades of Cabaret #D5466E
Tints of Cabaret #D5466E
RGB
CMYK
RGB Variations
Color information
#D5466E (or 0xD5466E) is known color: Cabaret. HEX triplet: D5, 46 and 6E. RGB value is (213,70,110). Sum of RGB (Red+Green+Blue) = 213+70+110=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 110 (43.36% from 255 or 27.99% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D5466E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5466E is #2AB991. Grayscale: #757575. Windows color (decimal): -2800018 or 7227093. OLE color: 7227093.
HSL color Cylindrical-coordinate representation of color #D5466E: hue angle of 343.22º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5466E is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 70 | 110 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.16 |
| HSL | 343.22º | 0.63% | 0.55% | - |
| HSV(B) | 343.22º | 0.67% | 0.84% | - |
| XYZ | 32.45 | 19.65 | 16.84 | - |
| YUV | 117.32 | 123.88 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 70 | 110 | 0 | 0.67 | 0.48 | 0.16 | 343.22 | 0.63 | 0.55 |
| Hex | D5 | 46 | 6E | 0 | 43 | 30 | 10 | 157 | 3F | 37 |
| Octal | 325 | 106 | 156 | 0 | 103 | 60 | 20 | 527 | 77 | 67 |
| Binary | 11010101 | 1000110 | 1101110 | 0 | 1000011 | 110000 | 10000 | 101010111 | 111111 | 110111 |
Color Harmonies of #D5466E
Complementary color
Monochromatic Colors of #D5466E
Black with #D5466E
Text Example
Text Example
White with #D5466E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5466E; }
p { color: rgb(213,70,110); }
H1.HeaderClassName
{
color: #D5466E;
}
.AnyTagClassName
{
color: #D5466E;
}
</style>
background-color css
<style>
a { background-color: #D5466E; }
a { background-color: rgb(213,70,110); }
div.DivClassName
{
background-color: #D5466E;
}
.BgClassName
{
background-color: #D5466E;
}
</style>
border-color css
<style>
span { border-color: #D5466E; }
span { border-color: rgb(213,70,110); }
td.TdClassName
{
border-color: #D5466E;
}
.TagClassName
{
border-color: #D5466E;
}
</style>