#D79891

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

Shades of Petite Orchid #D79891

Tints of Petite Orchid #D79891

Color information

#D79891 (or 0xD79891) is unknown color: approx Petite Orchid. HEX triplet: D7, 98 and 91. RGB value is (215,152,145). Sum of RGB (Red+Green+Blue) = 215+152+145=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D79891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79891 is #28676E. Grayscale: #AAAAAA. Windows color (decimal): -2647919 or 9541847. OLE color: 9541847.

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

Color convert

RGB215152145-
CMYK00.290.330.16
HSL46.67%70.59%-
HSV(B)32.56%84.31%-
XYZ44.3638.9531.97-
YUV170.04113.87160.07-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.99%
GREEN value IS 152 (59.77% from 255) = 29.69%
BLUE value IS 145 (57.03% from 255) = 28.32%
R=41.99%
G=29.69%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515214500.290.330.16646.6770.59
HexD7989101D211062f47
Octal3272302210354120657107
Binary110101111001100010010001011101100001100001101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79891; }

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

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

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

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

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

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

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

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