#D79796

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

Shades of Petite Orchid #D79796

Tints of Petite Orchid #D79796

Color information

#D79796 (or 0xD79796) is unknown color: approx Petite Orchid. HEX triplet: D7, 97 and 96. RGB value is (215,151,150). Sum of RGB (Red+Green+Blue) = 215+151+150=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 215 - color contains mainly: red. Hex color #D79796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79796 is #286869. Grayscale: #AAAAAA. Windows color (decimal): -2648170 or 9869271. OLE color: 9869271.

HSL color Cylindrical-coordinate representation of color #D79796: hue angle of 0.92º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D79796 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB215151150-
CMYK00.300.300.16
HSL0.92º44.83%71.57%-
HSV(B)0.92º30.23%84.31%-
XYZ44.638.7833.99-
YUV170.02116.7160.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.67%
GREEN value IS 151 (59.38% from 255) = 29.26%
BLUE value IS 150 (58.98% from 255) = 29.07%
R=41.67%
G=29.26%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515115000.300.300.160.9244.8371.57
HexD7979601E1E1012d48
Octal3272272260363620155110
Binary110101111001011110010110011110111101000011011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79796; }

 p { color: rgb(215,151,150); }

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

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

 a { background-color: rgb(215,151,150); }

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

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

 span { border-color: rgb(215,151,150); }

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