#D49C96

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

Shades of Petite Orchid #D49C96

Tints of Petite Orchid #D49C96

Color information

#D49C96 (or 0xD49C96) is unknown color: approx Petite Orchid. HEX triplet: D4, 9C and 96. RGB value is (212,156,150). Sum of RGB (Red+Green+Blue) = 212+156+150=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49C96 is #2B6369. Grayscale: #ACACAC. Windows color (decimal): -2843498 or 9870548. OLE color: 9870548.

HSL color Cylindrical-coordinate representation of color #D49C96: hue angle of 5.81º 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 #D49C96 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB212156150-
CMYK00.260.290.17
HSL5.81º41.89%70.98%-
HSV(B)5.81º29.25%83.14%-
XYZ44.5439.9834.22-
YUV172.06115.55156.49-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.93%
GREEN value IS 156 (61.33% from 255) = 30.12%
BLUE value IS 150 (58.98% from 255) = 28.96%
R=40.93%
G=30.12%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215615000.260.290.175.8141.8970.98
HexD49C9601A1D1162a47
Octal3242342260323521652107
Binary11010100100111001001011001101011101100011101010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49C96; }

 p { color: rgb(212,156,150); }

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

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

 a { background-color: rgb(212,156,150); }

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

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

 span { border-color: rgb(212,156,150); }

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