Shades of Cabaret #D45467
Tints of Cabaret #D45467
RGB
CMYK
RGB Variations
Color information
#D45467 (or 0xD45467) is known color: Cabaret. HEX triplet: D4, 54 and 67. RGB value is (212,84,103). Sum of RGB (Red+Green+Blue) = 212+84+103=399 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.13% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 212 - color contains mainly: red. Hex color #D45467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45467 is #2BAB98. Grayscale: #7C7C7C. Windows color (decimal): -2861977 or 6771924. OLE color: 6771924.
HSL color Cylindrical-coordinate representation of color #D45467: hue angle of 351.09º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D45467 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 84 | 103 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.17 |
| HSL | 351.09º | 0.6% | 0.58% | - |
| HSV(B) | 351.09º | 0.6% | 0.83% | - |
| XYZ | 32.77 | 21.32 | 15.22 | - |
| YUV | 124.44 | 115.91 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 84 | 103 | 0 | 0.60 | 0.51 | 0.17 | 351.09 | 0.6 | 0.58 |
| Hex | D4 | 54 | 67 | 0 | 3C | 33 | 11 | 15F | 3C | 3A |
| Octal | 324 | 124 | 147 | 0 | 74 | 63 | 21 | 537 | 74 | 72 |
| Binary | 11010100 | 1010100 | 1100111 | 0 | 111100 | 110011 | 10001 | 101011111 | 111100 | 111010 |
Color Harmonies of #D45467
Complementary color
Monochromatic Colors of #D45467
Black with #D45467
Text Example
Text Example
White with #D45467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45467; }
p { color: rgb(212,84,103); }
H1.HeaderClassName
{
color: #D45467;
}
.AnyTagClassName
{
color: #D45467;
}
</style>
background-color css
<style>
a { background-color: #D45467; }
a { background-color: rgb(212,84,103); }
div.DivClassName
{
background-color: #D45467;
}
.BgClassName
{
background-color: #D45467;
}
</style>
border-color css
<style>
span { border-color: #D45467; }
span { border-color: rgb(212,84,103); }
td.TdClassName
{
border-color: #D45467;
}
.TagClassName
{
border-color: #D45467;
}
</style>