Html Css Color HEX #D79892 Petite Orchid

📋 copy color: '#D79892'

red 215 ◦ green 152 ◦ blue 146

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

Shades of Petite Orchid #D79892

Tints of Petite Orchid #D79892

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.63%

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

R = 41.91%
G = 29.63%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D79892 (or 0xD79892) is known color: Petite Orchid. HEX triplet: D7, 98 and 92. RGB value is (215,152,146). Sum of RGB (Red+Green+Blue) = 215+152+146=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D79892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79892 is #28676D. Grayscale: #AAAAAA. Windows color (decimal): -2647918 or 9607383. OLE color: 9607383.

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

Color convert

RGB 215 152 146 -
CMYK 0 0.29 0.32 0.16
HSL 5.22º 0.46% 0.71% -
HSV(B) 5.22º 0.32% 0.84% -
XYZ 44.44 38.98 32.38 -
YUV 170.15 114.37 159.99 -
System Red Green Blue C M Y K H S L
Decimal 215 152 146 0 0.29 0.32 0.16 5.22 0.46 0.71
Hex D7 98 92 0 1D 20 10 5 2E 47
Octal 327 230 222 0 35 40 20 5 56 107
Binary 11010111 10011000 10010010 0 11101 100000 10000 101 101110 1000111

Color Harmonies of #D79892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79892

Black with #D79892

Text Example


Text Example

White with #D79892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79892; }

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

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

background-color css

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

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

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

border-color css

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

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

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