Shades of Cabaret #D4456D
Tints of Cabaret #D4456D
RGB
CMYK
RGB Variations
Color information
#D4456D (or 0xD4456D) is known color: Cabaret. HEX triplet: D4, 45 and 6D. RGB value is (212,69,109). Sum of RGB (Red+Green+Blue) = 212+69+109=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D4456D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4456D is #2BBA92. Grayscale: #747474. Windows color (decimal): -2865811 or 7161300. OLE color: 7161300.
HSL color Cylindrical-coordinate representation of color #D4456D: hue angle of 343.22º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4456D is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 69 | 109 | - |
| CMYK | 0 | 0.67 | 0.49 | 0.17 |
| HSL | 343.22º | 0.62% | 0.55% | - |
| HSV(B) | 343.22º | 0.67% | 0.83% | - |
| XYZ | 32.04 | 19.36 | 16.52 | - |
| YUV | 116.32 | 123.88 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 69 | 109 | 0 | 0.67 | 0.49 | 0.17 | 343.22 | 0.62 | 0.55 |
| Hex | D4 | 45 | 6D | 0 | 43 | 31 | 11 | 157 | 3E | 37 |
| Octal | 324 | 105 | 155 | 0 | 103 | 61 | 21 | 527 | 76 | 67 |
| Binary | 11010100 | 1000101 | 1101101 | 0 | 1000011 | 110001 | 10001 | 101010111 | 111110 | 110111 |
Color Harmonies of #D4456D
Complementary color
Monochromatic Colors of #D4456D
Black with #D4456D
Text Example
Text Example
White with #D4456D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4456D; }
p { color: rgb(212,69,109); }
H1.HeaderClassName
{
color: #D4456D;
}
.AnyTagClassName
{
color: #D4456D;
}
</style>
background-color css
<style>
a { background-color: #D4456D; }
a { background-color: rgb(212,69,109); }
div.DivClassName
{
background-color: #D4456D;
}
.BgClassName
{
background-color: #D4456D;
}
</style>
border-color css
<style>
span { border-color: #D4456D; }
span { border-color: rgb(212,69,109); }
td.TdClassName
{
border-color: #D4456D;
}
.TagClassName
{
border-color: #D4456D;
}
</style>