Shades of Cabaret #D26372
Tints of Cabaret #D26372
RGB
CMYK
RGB Variations
Color information
#D26372 (or 0xD26372) is known color: Cabaret. HEX triplet: D2, 63 and 72. RGB value is (210,99,114). Sum of RGB (Red+Green+Blue) = 210+99+114=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D26372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26372 is #2D9C8D. Grayscale: #858585. Windows color (decimal): -2989198 or 7496658. OLE color: 7496658.
HSL color Cylindrical-coordinate representation of color #D26372: hue angle of 351.89º 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 #D26372 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 114 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.18 |
| HSL | 351.89º | 0.55% | 0.61% | - |
| HSV(B) | 351.89º | 0.53% | 0.82% | - |
| XYZ | 34.08 | 23.84 | 18.73 | - |
| YUV | 133.9 | 116.77 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 114 | 0 | 0.53 | 0.46 | 0.18 | 351.89 | 0.55 | 0.61 |
| Hex | D2 | 63 | 72 | 0 | 35 | 2E | 12 | 160 | 37 | 3D |
| Octal | 322 | 143 | 162 | 0 | 65 | 56 | 22 | 540 | 67 | 75 |
| Binary | 11010010 | 1100011 | 1110010 | 0 | 110101 | 101110 | 10010 | 101100000 | 110111 | 111101 |
Color Harmonies of #D26372
Complementary color
Monochromatic Colors of #D26372
Black with #D26372
Text Example
Text Example
White with #D26372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26372; }
p { color: rgb(210,99,114); }
H1.HeaderClassName
{
color: #D26372;
}
.AnyTagClassName
{
color: #D26372;
}
</style>
background-color css
<style>
a { background-color: #D26372; }
a { background-color: rgb(210,99,114); }
div.DivClassName
{
background-color: #D26372;
}
.BgClassName
{
background-color: #D26372;
}
</style>
border-color css
<style>
span { border-color: #D26372; }
span { border-color: rgb(210,99,114); }
td.TdClassName
{
border-color: #D26372;
}
.TagClassName
{
border-color: #D26372;
}
</style>