#D19C9B

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

Shades of Petite Orchid #D19C9B

Tints of Petite Orchid #D19C9B

Color information

#D19C9B (or 0xD19C9B) is unknown color: approx Petite Orchid. HEX triplet: D1, 9C and 9B. RGB value is (209,156,155). Sum of RGB (Red+Green+Blue) = 209+156+155=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 209 - color contains mainly: red. Hex color #D19C9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19C9B is #2E6364. Grayscale: #ABABAB. Windows color (decimal): -3040101 or 10198225. OLE color: 10198225.

HSL color Cylindrical-coordinate representation of color #D19C9B: hue angle of 1.11º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D19C9B is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB209156155-
CMYK00.250.260.18
HSL1.11º36.99%71.37%-
HSV(B)1.11º25.84%81.96%-
XYZ44.139.736.35-
YUV171.73118.56154.58-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.19%
GREEN value IS 156 (61.33% from 255) = 30%
BLUE value IS 155 (60.94% from 255) = 29.81%
R=40.19%
G=30%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915615500.250.260.181.1136.9971.37
HexD19C9B0191A1212547
Octal3212342330313222145107
Binary110100011001110010011011011001110101001011001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19C9B; }

 p { color: rgb(209,156,155); }

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

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

 a { background-color: rgb(209,156,155); }

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

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

 span { border-color: rgb(209,156,155); }

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