Html Css Color HEX #D19492 Petite Orchid

📋 copy color: '#D19492'

red 209 ◦ green 148 ◦ blue 146

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

Shades of Petite Orchid #D19492

Tints of Petite Orchid #D19492

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.42%

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

R = 41.55%
G = 29.42%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D19492 (or 0xD19492) is known color: Petite Orchid. HEX triplet: D1, 94 and 92. RGB value is (209,148,146). Sum of RGB (Red+Green+Blue) = 209+148+146=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 209 - color contains mainly: red. Hex color #D19492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19492 is #2E6B6D. Grayscale: #A6A6A6. Windows color (decimal): -3042158 or 9606353. OLE color: 9606353.

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

Color convert

RGB 209 148 146 -
CMYK 0 0.29 0.30 0.18
HSL 1.9º 0.41% 0.7% -
HSV(B) 1.9º 0.3% 0.82% -
XYZ 42.07 36.81 32.08 -
YUV 166.01 116.71 158.66 -
System Red Green Blue C M Y K H S L
Decimal 209 148 146 0 0.29 0.30 0.18 1.9 0.41 0.7
Hex D1 94 92 0 1D 1E 12 2 29 46
Octal 321 224 222 0 35 36 22 2 51 106
Binary 11010001 10010100 10010010 0 11101 11110 10010 10 101001 1000110

Color Harmonies of #D19492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19492

Black with #D19492

Text Example


Text Example

White with #D19492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19492; }

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

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

background-color css

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

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

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

border-color css

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

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

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