Shades of Cabaret #D26172
Tints of Cabaret #D26172
RGB
CMYK
RGB Variations
Color information
#D26172 (or 0xD26172) is known color: Cabaret. HEX triplet: D2, 61 and 72. RGB value is (210,97,114). Sum of RGB (Red+Green+Blue) = 210+97+114=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 114 (44.92% from 255 or 27.08% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D26172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D26172 is #2D9E8D. Grayscale: #848484. Windows color (decimal): -2989710 or 7496146. OLE color: 7496146.
HSL color Cylindrical-coordinate representation of color #D26172: hue angle of 350.97º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D26172 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 97 | 114 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.18 |
| HSL | 350.97º | 0.56% | 0.6% | - |
| HSV(B) | 350.97º | 0.54% | 0.82% | - |
| XYZ | 33.89 | 23.47 | 18.66 | - |
| YUV | 132.73 | 117.44 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 97 | 114 | 0 | 0.54 | 0.46 | 0.18 | 350.97 | 0.56 | 0.6 |
| Hex | D2 | 61 | 72 | 0 | 36 | 2E | 12 | 15F | 38 | 3C |
| Octal | 322 | 141 | 162 | 0 | 66 | 56 | 22 | 537 | 70 | 74 |
| Binary | 11010010 | 1100001 | 1110010 | 0 | 110110 | 101110 | 10010 | 101011111 | 111000 | 111100 |
Color Harmonies of #D26172
Complementary color
Monochromatic Colors of #D26172
Black with #D26172
Text Example
Text Example
White with #D26172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26172; }
p { color: rgb(210,97,114); }
H1.HeaderClassName
{
color: #D26172;
}
.AnyTagClassName
{
color: #D26172;
}
</style>
background-color css
<style>
a { background-color: #D26172; }
a { background-color: rgb(210,97,114); }
div.DivClassName
{
background-color: #D26172;
}
.BgClassName
{
background-color: #D26172;
}
</style>
border-color css
<style>
span { border-color: #D26172; }
span { border-color: rgb(210,97,114); }
td.TdClassName
{
border-color: #D26172;
}
.TagClassName
{
border-color: #D26172;
}
</style>