#D79189

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

Shades of Petite Orchid #D79189

Tints of Petite Orchid #D79189

Color information

#D79189 (or 0xD79189) is unknown color: approx Petite Orchid. HEX triplet: D7, 91 and 89. RGB value is (215,145,137). Sum of RGB (Red+Green+Blue) = 215+145+137=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 145 (57.03% from 255 or 29.18% from 497); Blue value is 137 (53.91% from 255 or 27.57% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D79189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79189 is #286E76. Grayscale: #A5A5A5. Windows color (decimal): -2649719 or 9015767. OLE color: 9015767.

HSL color Cylindrical-coordinate representation of color #D79189: hue angle of 6.15º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D79189 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB215145137-
CMYK00.330.360.16
HSL6.15º49.37%69.02%-
HSV(B)6.15º36.28%84.31%-
XYZ42.6736.528.46-
YUV165.02112.19163.65-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.26%
GREEN value IS 145 (57.03% from 255) = 29.18%
BLUE value IS 137 (53.91% from 255) = 27.57%
R=43.26%
G=29.18%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514513700.330.360.166.1549.3769.02
HexD79189021241063145
Octal3272212110414420661105
Binary1101011110010001100010010100001100100100001101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79189; }

 p { color: rgb(215,145,137); }

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

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

 a { background-color: rgb(215,145,137); }

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

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

 span { border-color: rgb(215,145,137); }

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