#D49A92

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

Shades of Petite Orchid #D49A92

Tints of Petite Orchid #D49A92

Color information

#D49A92 (or 0xD49A92) is unknown color: approx Petite Orchid. HEX triplet: D4, 9A and 92. RGB value is (212,154,146). Sum of RGB (Red+Green+Blue) = 212+154+146=512 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.41% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49A92 is #2B656D. Grayscale: #AAAAAA. Windows color (decimal): -2844014 or 9607892. OLE color: 9607892.

HSL color Cylindrical-coordinate representation of color #D49A92: hue angle of 7.27º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D49A92 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB212154146-
CMYK00.270.310.17
HSL7.27º43.42%70.2%-
HSV(B)7.27º31.13%83.14%-
XYZ43.939.1832.44-
YUV170.43114.22157.65-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.41%
GREEN value IS 154 (60.55% from 255) = 30.08%
BLUE value IS 146 (57.42% from 255) = 28.52%
R=41.41%
G=30.08%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215414600.270.310.177.2743.4270.2
HexD49A9201B1F1172b46
Octal3242322220333721753106
Binary11010100100110101001001001101111111100011111010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49A92; }

 p { color: rgb(212,154,146); }

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

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

 a { background-color: rgb(212,154,146); }

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

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

 span { border-color: rgb(212,154,146); }

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