#D49B95

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

Shades of Petite Orchid #D49B95

Tints of Petite Orchid #D49B95

Color information

#D49B95 (or 0xD49B95) is unknown color: approx Petite Orchid. HEX triplet: D4, 9B and 95. RGB value is (212,155,149). Sum of RGB (Red+Green+Blue) = 212+155+149=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 155 (60.94% from 255 or 30.04% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D49B95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49B95 is #2B646A. Grayscale: #ABABAB. Windows color (decimal): -2843755 or 9804756. OLE color: 9804756.

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

Color convert

RGB212155149-
CMYK00.270.300.17
HSL5.71º42.28%70.78%-
HSV(B)5.71º29.72%83.14%-
XYZ44.339.6133.74-
YUV171.36115.38156.99-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.09%
GREEN value IS 155 (60.94% from 255) = 30.04%
BLUE value IS 149 (58.59% from 255) = 28.88%
R=41.09%
G=30.04%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215514900.270.300.175.7142.2870.78
HexD49B9501B1E1162a47
Octal3242332250333621652107
Binary11010100100110111001010101101111110100011101010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49B95; }

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

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

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

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

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

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

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

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