#D79696

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

Shades of Petite Orchid #D79696

Tints of Petite Orchid #D79696

Color information

#D79696 (or 0xD79696) is unknown color: approx Petite Orchid. HEX triplet: D7, 96 and 96. RGB value is (215,150,150). Sum of RGB (Red+Green+Blue) = 215+150+150=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 215 - color contains mainly: red. Hex color #D79696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79696 is #286969. Grayscale: #A9A9A9. Windows color (decimal): -2648426 or 9869015. OLE color: 9869015.

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

Color convert

RGB215150150-
CMYK00.300.300.16
HSL44.83%71.57%-
HSV(B)30.23%84.31%-
XYZ44.4438.4633.94-
YUV169.43117.03160.5-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.75%
GREEN value IS 150 (58.98% from 255) = 29.13%
BLUE value IS 150 (58.98% from 255) = 29.13%
R=41.75%
G=29.13%
B=29.13%

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
Decimal21515015000.300.300.16044.8371.57
HexD7969601E1E1002d48
Octal3272262260363620055110
Binary110101111001011010010110011110111101000001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79696; }

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

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

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

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

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

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

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

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