#D79A95

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

Shades of Petite Orchid #D79A95

Tints of Petite Orchid #D79A95

Color information

#D79A95 (or 0xD79A95) is unknown color: approx Petite Orchid. HEX triplet: D7, 9A and 95. RGB value is (215,154,149). Sum of RGB (Red+Green+Blue) = 215+154+149=518 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.51% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 215 - color contains mainly: red. Hex color #D79A95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79A95 is #28656A. Grayscale: #ABABAB. Windows color (decimal): -2647403 or 9804503. OLE color: 9804503.

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

Color convert

RGB215154149-
CMYK00.280.310.16
HSL4.55º45.21%71.37%-
HSV(B)4.55º30.7%84.31%-
XYZ4539.7333.73-
YUV171.67115.21158.91-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.51%
GREEN value IS 154 (60.55% from 255) = 29.73%
BLUE value IS 149 (58.59% from 255) = 28.76%
R=41.51%
G=29.73%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515414900.280.310.164.5545.2171.37
HexD79A9501C1F1052d47
Octal3272322250343720555107
Binary11010111100110101001010101110011111100001011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79A95; }

 p { color: rgb(215,154,149); }

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

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

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

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

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

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

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