#D79792

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

Shades of Petite Orchid #D79792

Tints of Petite Orchid #D79792

Color information

#D79792 (or 0xD79792) is unknown color: approx Petite Orchid. HEX triplet: D7, 97 and 92. RGB value is (215,151,146). Sum of RGB (Red+Green+Blue) = 215+151+146=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D79792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79792 is #28686D. Grayscale: #A9A9A9. Windows color (decimal): -2648174 or 9607127. OLE color: 9607127.

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

Color convert

RGB215151146-
CMYK00.300.320.16
HSL4.35º46.31%70.78%-
HSV(B)4.35º32.09%84.31%-
XYZ44.2838.6632.32-
YUV169.57114.7160.41-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.99%
GREEN value IS 151 (59.38% from 255) = 29.49%
BLUE value IS 146 (57.42% from 255) = 28.52%
R=41.99%
G=29.49%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21515114600.300.320.164.3546.3170.78
HexD7979201E201042e47
Octal3272272220364020456107
Binary110101111001011110010010011110100000100001001011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79792; }

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

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

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

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

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

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

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

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