Shades of Cabaret #D26373
Tints of Cabaret #D26373
RGB
CMYK
RGB Variations
Color information
#D26373 (or 0xD26373) is known color: Cabaret. HEX triplet: D2, 63 and 73. RGB value is (210,99,115). Sum of RGB (Red+Green+Blue) = 210+99+115=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D26373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26373 is #2D9C8C. Grayscale: #868686. Windows color (decimal): -2989197 or 7562194. OLE color: 7562194.
HSL color Cylindrical-coordinate representation of color #D26373: hue angle of 351.35º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D26373 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 115 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.18 |
| HSL | 351.35º | 0.55% | 0.61% | - |
| HSV(B) | 351.35º | 0.53% | 0.82% | - |
| XYZ | 34.13 | 23.86 | 19.03 | - |
| YUV | 134.01 | 117.27 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 115 | 0 | 0.53 | 0.45 | 0.18 | 351.35 | 0.55 | 0.61 |
| Hex | D2 | 63 | 73 | 0 | 35 | 2D | 12 | 15F | 37 | 3D |
| Octal | 322 | 143 | 163 | 0 | 65 | 55 | 22 | 537 | 67 | 75 |
| Binary | 11010010 | 1100011 | 1110011 | 0 | 110101 | 101101 | 10010 | 101011111 | 110111 | 111101 |
Color Harmonies of #D26373
Complementary color
Monochromatic Colors of #D26373
Black with #D26373
Text Example
Text Example
White with #D26373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26373; }
p { color: rgb(210,99,115); }
H1.HeaderClassName
{
color: #D26373;
}
.AnyTagClassName
{
color: #D26373;
}
</style>
background-color css
<style>
a { background-color: #D26373; }
a { background-color: rgb(210,99,115); }
div.DivClassName
{
background-color: #D26373;
}
.BgClassName
{
background-color: #D26373;
}
</style>
border-color css
<style>
span { border-color: #D26373; }
span { border-color: rgb(210,99,115); }
td.TdClassName
{
border-color: #D26373;
}
.TagClassName
{
border-color: #D26373;
}
</style>