Html Css Color HEX #D79C92 Petite Orchid

📋 copy color: '#D79C92'

red 215 ◦ green 156 ◦ blue 146

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

Shades of Petite Orchid #D79C92

Tints of Petite Orchid #D79C92

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.17%

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

R = 41.59%
G = 30.17%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D79C92 (or 0xD79C92) is known color: Petite Orchid. HEX triplet: D7, 9C and 92. RGB value is (215,156,146). Sum of RGB (Red+Green+Blue) = 215+156+146=517 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.59% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 215 - color contains mainly: red. Hex color #D79C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79C92 is #28636D. Grayscale: #ACACAC. Windows color (decimal): -2646894 or 9608407. OLE color: 9608407.

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

Color convert

RGB 215 156 146 -
CMYK 0 0.27 0.32 0.16
HSL 8.7º 0.46% 0.71% -
HSV(B) 8.7º 0.32% 0.84% -
XYZ 45.1 40.3 32.6 -
YUV 172.5 113.05 158.31 -
System Red Green Blue C M Y K H S L
Decimal 215 156 146 0 0.27 0.32 0.16 8.7 0.46 0.71
Hex D7 9C 92 0 1B 20 10 9 2E 47
Octal 327 234 222 0 33 40 20 11 56 107
Binary 11010111 10011100 10010010 0 11011 100000 10000 1001 101110 1000111

Color Harmonies of #D79C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79C92

Black with #D79C92

Text Example


Text Example

White with #D79C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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