Shades of Cabaret #D26473
Tints of Cabaret #D26473
RGB
CMYK
RGB Variations
Color information
#D26473 (or 0xD26473) is known color: Cabaret. HEX triplet: D2, 64 and 73. RGB value is (210,100,115). Sum of RGB (Red+Green+Blue) = 210+100+115=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D26473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26473 is #2D9B8C. Grayscale: #868686. Windows color (decimal): -2988941 or 7562450. OLE color: 7562450.
HSL color Cylindrical-coordinate representation of color #D26473: hue angle of 351.82º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D26473 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 100 | 115 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.18 |
| HSL | 351.82º | 0.55% | 0.61% | - |
| HSV(B) | 351.82º | 0.52% | 0.82% | - |
| XYZ | 34.23 | 24.05 | 19.06 | - |
| YUV | 134.6 | 116.94 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 100 | 115 | 0 | 0.52 | 0.45 | 0.18 | 351.82 | 0.55 | 0.61 |
| Hex | D2 | 64 | 73 | 0 | 34 | 2D | 12 | 160 | 37 | 3D |
| Octal | 322 | 144 | 163 | 0 | 64 | 55 | 22 | 540 | 67 | 75 |
| Binary | 11010010 | 1100100 | 1110011 | 0 | 110100 | 101101 | 10010 | 101100000 | 110111 | 111101 |
Color Harmonies of #D26473
Complementary color
Monochromatic Colors of #D26473
Black with #D26473
Text Example
Text Example
White with #D26473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26473; }
p { color: rgb(210,100,115); }
H1.HeaderClassName
{
color: #D26473;
}
.AnyTagClassName
{
color: #D26473;
}
</style>
background-color css
<style>
a { background-color: #D26473; }
a { background-color: rgb(210,100,115); }
div.DivClassName
{
background-color: #D26473;
}
.BgClassName
{
background-color: #D26473;
}
</style>
border-color css
<style>
span { border-color: #D26473; }
span { border-color: rgb(210,100,115); }
td.TdClassName
{
border-color: #D26473;
}
.TagClassName
{
border-color: #D26473;
}
</style>