Html Css Color HEX #D79592 Petite Orchid

📋 copy color: '#D79592'

red 215 ◦ green 149 ◦ blue 146

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

Shades of Petite Orchid #D79592

Tints of Petite Orchid #D79592

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.22%

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

R = 42.16%
G = 29.22%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D79592 (or 0xD79592) is known color: Petite Orchid. HEX triplet: D7, 95 and 92. RGB value is (215,149,146). Sum of RGB (Red+Green+Blue) = 215+149+146=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D79592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79592 is #286A6D. Grayscale: #A8A8A8. Windows color (decimal): -2648686 or 9606615. OLE color: 9606615.

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

Color convert

RGB 215 149 146 -
CMYK 0 0.31 0.32 0.16
HSL 2.61º 0.46% 0.71% -
HSV(B) 2.61º 0.32% 0.84% -
XYZ 43.96 38.02 32.22 -
YUV 168.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 215 149 146 0 0.31 0.32 0.16 2.61 0.46 0.71
Hex D7 95 92 0 1F 20 10 3 2E 47
Octal 327 225 222 0 37 40 20 3 56 107
Binary 11010111 10010101 10010010 0 11111 100000 10000 11 101110 1000111

Color Harmonies of #D79592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79592

Black with #D79592

Text Example


Text Example

White with #D79592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79592; }

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

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

background-color css

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

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

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

border-color css

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

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

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