#D49895

Color #D49895 Petite Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Petite Orchid #D49895

Tints of Petite Orchid #D49895

Color information

#D49895 (or 0xD49895) is unknown color: approx Petite Orchid. HEX triplet: D4, 98 and 95. RGB value is (212,152,149). Sum of RGB (Red+Green+Blue) = 212+152+149=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 212 - color contains mainly: red. Hex color #D49895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49895 is #2B676A. Grayscale: #A9A9A9. Windows color (decimal): -2844523 or 9803988. OLE color: 9803988.

HSL color Cylindrical-coordinate representation of color #D49895: hue angle of 2.86º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D49895 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB212152149-
CMYK00.280.300.17
HSL2.86º42.28%70.78%-
HSV(B)2.86º29.72%83.14%-
XYZ43.838.6233.58-
YUV169.6116.38158.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 41.33%
GREEN value IS 152 (59.77% from 255) = 29.63%
BLUE value IS 149 (58.59% from 255) = 29.04%
R=41.33%
G=29.63%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215214900.280.300.172.8642.2870.78
HexD4989501C1E1132a47
Octal3242302250343621352107
Binary1101010010011000100101010111001111010001111010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49895; }

 p { color: rgb(212,152,149); }

 H1.HeaderClassName
 {
   color: #D49895;
 }
 .AnyTagClassName
 {
   color: #D49895;
 }
</style>
background-color css

<style>
 a { background-color: #D49895; }

 a { background-color: rgb(212,152,149); }

 div.DivClassName
 {
   background-color: #D49895;
 }
 .BgClassName
 {
   background-color: #D49895;
 }
</style>
border-color css

<style>
 span { border-color: #D49895; }

 span { border-color: rgb(212,152,149); }

 td.TdClassName
 {
   border-color: #D49895;
 }
 .TagClassName
 {
   border-color: #D49895;
 }
</style>