Html Css Color HEX #D79C91 Petite Orchid

📋 copy color: '#D79C91'

red 215 ◦ green 156 ◦ blue 145

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

Shades of Petite Orchid #D79C91

Tints of Petite Orchid #D79C91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.1%

R = 41.67%
G = 30.23%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D79C91 (or 0xD79C91) is known color: Petite Orchid. HEX triplet: D7, 9C and 91. RGB value is (215,156,145). Sum of RGB (Red+Green+Blue) = 215+156+145=516 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.67% from 516); Green value is 156 (61.33% from 255 or 30.23% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 215 - color contains mainly: red. Hex color #D79C91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79C91 is #28636E. Grayscale: #ACACAC. Windows color (decimal): -2646895 or 9542871. OLE color: 9542871.

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

Color convert

RGB 215 156 145 -
CMYK 0 0.27 0.33 0.16
HSL 9.43º 0.47% 0.71% -
HSV(B) 9.43º 0.33% 0.84% -
XYZ 45.02 40.27 32.19 -
YUV 172.39 112.55 158.39 -
System Red Green Blue C M Y K H S L
Decimal 215 156 145 0 0.27 0.33 0.16 9.43 0.47 0.71
Hex D7 9C 91 0 1B 21 10 9 2F 47
Octal 327 234 221 0 33 41 20 11 57 107
Binary 11010111 10011100 10010001 0 11011 100001 10000 1001 101111 1000111

Color Harmonies of #D79C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79C91

Black with #D79C91

Text Example


Text Example

White with #D79C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79C91; }

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

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

background-color css

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

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

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

border-color css

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

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

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