Shades of Cabaret #D46377
Tints of Cabaret #D46377
RGB
CMYK
RGB Variations
Color information
#D46377 (or 0xD46377) is known color: Cabaret. HEX triplet: D4, 63 and 77. RGB value is (212,99,119). Sum of RGB (Red+Green+Blue) = 212+99+119=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 99 (39.06% from 255 or 23.02% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D46377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46377 is #2B9C88. Grayscale: #878787. Windows color (decimal): -2858121 or 7824340. OLE color: 7824340.
HSL color Cylindrical-coordinate representation of color #D46377: hue angle of 349.38º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D46377 is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 99 | 119 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.17 |
| HSL | 349.38º | 0.57% | 0.61% | - |
| HSV(B) | 349.38º | 0.53% | 0.83% | - |
| XYZ | 34.94 | 24.25 | 20.29 | - |
| YUV | 135.07 | 118.94 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 99 | 119 | 0 | 0.53 | 0.44 | 0.17 | 349.38 | 0.57 | 0.61 |
| Hex | D4 | 63 | 77 | 0 | 35 | 2C | 11 | 15D | 39 | 3D |
| Octal | 324 | 143 | 167 | 0 | 65 | 54 | 21 | 535 | 71 | 75 |
| Binary | 11010100 | 1100011 | 1110111 | 0 | 110101 | 101100 | 10001 | 101011101 | 111001 | 111101 |
Color Harmonies of #D46377
Complementary color
Monochromatic Colors of #D46377
Black with #D46377
Text Example
Text Example
White with #D46377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46377; }
p { color: rgb(212,99,119); }
H1.HeaderClassName
{
color: #D46377;
}
.AnyTagClassName
{
color: #D46377;
}
</style>
background-color css
<style>
a { background-color: #D46377; }
a { background-color: rgb(212,99,119); }
div.DivClassName
{
background-color: #D46377;
}
.BgClassName
{
background-color: #D46377;
}
</style>
border-color css
<style>
span { border-color: #D46377; }
span { border-color: rgb(212,99,119); }
td.TdClassName
{
border-color: #D46377;
}
.TagClassName
{
border-color: #D46377;
}
</style>