Html Css Color HEX #D79392 Petite Orchid

📋 copy color: '#D79392'

red 215 ◦ green 147 ◦ blue 146

#D79392
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Petite Orchid #D79392

Tints of Petite Orchid #D79392

RGB

 RED value IS 215 (84.38% from 255) = 42.32%

 GREEN value IS 147 (57.81% from 255) = 28.94%

 BLUE value IS 146 (57.42% from 255) = 28.74%

R = 42.32%
G = 28.94%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D79392 (or 0xD79392) is known color: Petite Orchid. HEX triplet: D7, 93 and 92. RGB value is (215,147,146). Sum of RGB (Red+Green+Blue) = 215+147+146=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D79392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79392 is #286C6D. Grayscale: #A7A7A7. Windows color (decimal): -2649198 or 9606103. OLE color: 9606103.

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

Color convert

RGB 215 147 146 -
CMYK 0 0.32 0.32 0.16
HSL 0.87º 0.46% 0.71% -
HSV(B) 0.87º 0.32% 0.84% -
XYZ 43.65 37.39 32.11 -
YUV 167.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 215 147 146 0 0.32 0.32 0.16 0.87 0.46 0.71
Hex D7 93 92 0 20 20 10 1 2E 47
Octal 327 223 222 0 40 40 20 1 56 107
Binary 11010111 10010011 10010010 0 100000 100000 10000 1 101110 1000111

Color Harmonies of #D79392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79392

Black with #D79392

Text Example


Text Example

White with #D79392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79392; }

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

 H1.HeaderClassName
 {
   color: #D79392;
 }
 .AnyTagClassName
 {
   color: #D79392;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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