Html Css Color HEX #D19792 Petite Orchid

📋 copy color: '#D19792'

red 209 ◦ green 151 ◦ blue 146

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

Shades of Petite Orchid #D19792

Tints of Petite Orchid #D19792

RGB

 RED value IS 209 (82.03% from 255) = 41.3%

 GREEN value IS 151 (59.38% from 255) = 29.84%

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

R = 41.3%
G = 29.84%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D19792 (or 0xD19792) is known color: Petite Orchid. HEX triplet: D1, 97 and 92. RGB value is (209,151,146). Sum of RGB (Red+Green+Blue) = 209+151+146=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 151 (59.38% from 255 or 29.84% from 506); Blue value is 146 (57.42% from 255 or 28.85% from 506); Max value from RGB is 209 - color contains mainly: red. Hex color #D19792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19792 is #2E686D. Grayscale: #A7A7A7. Windows color (decimal): -3041390 or 9607121. OLE color: 9607121.

HSL color Cylindrical-coordinate representation of color #D19792: hue angle of 4.76º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D19792 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 151 146 -
CMYK 0 0.28 0.30 0.18
HSL 4.76º 0.41% 0.7% -
HSV(B) 4.76º 0.3% 0.82% -
XYZ 42.55 37.76 32.24 -
YUV 167.77 115.72 157.41 -
System Red Green Blue C M Y K H S L
Decimal 209 151 146 0 0.28 0.30 0.18 4.76 0.41 0.7
Hex D1 97 92 0 1C 1E 12 5 29 46
Octal 321 227 222 0 34 36 22 5 51 106
Binary 11010001 10010111 10010010 0 11100 11110 10010 101 101001 1000110

Color Harmonies of #D19792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19792

Black with #D19792

Text Example


Text Example

White with #D19792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19792; }

 p { color: rgb(209,151,146); }

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

background-color css

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

 a { background-color: rgb(209,151,146); }

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

border-color css

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

 span { border-color: rgb(209,151,146); }

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