#D79289

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

Shades of Petite Orchid #D79289

Tints of Petite Orchid #D79289

Color information

#D79289 (or 0xD79289) is unknown color: approx Petite Orchid. HEX triplet: D7, 92 and 89. RGB value is (215,146,137). Sum of RGB (Red+Green+Blue) = 215+146+137=498 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.17% from 498); Green value is 146 (57.42% from 255 or 29.32% from 498); Blue value is 137 (53.91% from 255 or 27.51% from 498); Max value from RGB is 215 - color contains mainly: red. Hex color #D79289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79289 is #286D76. Grayscale: #A5A5A5. Windows color (decimal): -2649463 or 9016023. OLE color: 9016023.

HSL color Cylindrical-coordinate representation of color #D79289: hue angle of 6.92º 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 #D79289 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB215146137-
CMYK00.320.360.16
HSL6.92º49.37%69.02%-
HSV(B)6.92º36.28%84.31%-
XYZ42.8236.8128.52-
YUV165.6111.86163.23-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.17%
GREEN value IS 146 (57.42% from 255) = 29.32%
BLUE value IS 137 (53.91% from 255) = 27.51%
R=43.17%
G=29.32%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514613700.320.360.166.9249.3769.02
HexD79289020241073145
Octal3272222110404420761105
Binary1101011110010010100010010100000100100100001111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79289; }

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

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

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

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

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

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

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

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