Shades of Petite Orchid #D49896
Tints of Petite Orchid #D49896
RGB
CMYK
RGB Variations
Color information
#D49896 (or 0xD49896) is known color: Petite Orchid. HEX triplet: D4, 98 and 96. RGB value is (212,152,150). Sum of RGB (Red+Green+Blue) = 212+152+150=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 150 (58.98% from 255 or 29.18% from 514); Max value from RGB is 212 - color contains mainly: red. Hex color #D49896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49896 is #2B6769. Grayscale: #A9A9A9. Windows color (decimal): -2844522 or 9869524. OLE color: 9869524.
HSL color Cylindrical-coordinate representation of color #D49896: hue angle of 1.94º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D49896 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 152 | 150 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.17 |
| HSL | 1.94º | 0.42% | 0.71% | - |
| HSV(B) | 1.94º | 0.29% | 0.83% | - |
| XYZ | 43.88 | 38.66 | 34 | - |
| YUV | 169.71 | 116.88 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 152 | 150 | 0 | 0.28 | 0.29 | 0.17 | 1.94 | 0.42 | 0.71 |
| Hex | D4 | 98 | 96 | 0 | 1C | 1D | 11 | 2 | 2A | 47 |
| Octal | 324 | 230 | 226 | 0 | 34 | 35 | 21 | 2 | 52 | 107 |
| Binary | 11010100 | 10011000 | 10010110 | 0 | 11100 | 11101 | 10001 | 10 | 101010 | 1000111 |
Color Harmonies of #D49896
Complementary color
Monochromatic Colors of #D49896
Black with #D49896
Text Example
Text Example
White with #D49896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49896; }
p { color: rgb(212,152,150); }
H1.HeaderClassName
{
color: #D49896;
}
.AnyTagClassName
{
color: #D49896;
}
</style>
background-color css
<style>
a { background-color: #D49896; }
a { background-color: rgb(212,152,150); }
div.DivClassName
{
background-color: #D49896;
}
.BgClassName
{
background-color: #D49896;
}
</style>
border-color css
<style>
span { border-color: #D49896; }
span { border-color: rgb(212,152,150); }
td.TdClassName
{
border-color: #D49896;
}
.TagClassName
{
border-color: #D49896;
}
</style>