#D19A92

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

Shades of Petite Orchid #D19A92

Tints of Petite Orchid #D19A92

Color information

#D19A92 (or 0xD19A92) is unknown color: approx Petite Orchid. HEX triplet: D1, 9A and 92. RGB value is (209,154,146). Sum of RGB (Red+Green+Blue) = 209+154+146=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D19A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19A92 is #2E656D. Grayscale: #A9A9A9. Windows color (decimal): -3040622 or 9607889. OLE color: 9607889.

HSL color Cylindrical-coordinate representation of color #D19A92: hue angle of 7.62º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D19A92 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB209154146-
CMYK00.260.300.18
HSL7.62º40.65%69.61%-
HSV(B)7.62º30.14%81.96%-
XYZ43.0438.7432.4-
YUV169.53114.72156.15-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.06%
GREEN value IS 154 (60.55% from 255) = 30.26%
BLUE value IS 146 (57.42% from 255) = 28.68%
R=41.06%
G=30.26%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915414600.260.300.187.6240.6569.61
HexD19A9201A1E1282946
Octal32123222203236221051106
Binary110100011001101010010010011010111101001010001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19A92; }

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

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

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

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

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

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

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

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