Html Css Color HEX #D49189 Petite Orchid

📋 copy color: '#D49189'

red 212 ◦ green 145 ◦ blue 137

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

Shades of Petite Orchid #D49189

Tints of Petite Orchid #D49189

RGB

 RED value IS 212 (83.2% from 255) = 42.91%

 GREEN value IS 145 (57.03% from 255) = 29.35%

 BLUE value IS 137 (53.91% from 255) = 27.73%

R = 42.91%
G = 29.35%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D49189 (or 0xD49189) is known color: Petite Orchid. HEX triplet: D4, 91 and 89. RGB value is (212,145,137). Sum of RGB (Red+Green+Blue) = 212+145+137=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 137 (53.91% from 255 or 27.73% from 494); Max value from RGB is 212 - color contains mainly: red. Hex color #D49189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49189 is #2B6E76. Grayscale: #A4A4A4. Windows color (decimal): -2846327 or 9015764. OLE color: 9015764.

HSL color Cylindrical-coordinate representation of color #D49189: hue angle of 6.4º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D49189 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 145 137 -
CMYK 0 0.32 0.35 0.17
HSL 6.4º 0.47% 0.68% -
HSV(B) 6.4º 0.35% 0.83% -
XYZ 41.79 36.05 28.42 -
YUV 164.12 112.7 162.15 -
System Red Green Blue C M Y K H S L
Decimal 212 145 137 0 0.32 0.35 0.17 6.4 0.47 0.68
Hex D4 91 89 0 20 23 11 6 2F 44
Octal 324 221 211 0 40 43 21 6 57 104
Binary 11010100 10010001 10001001 0 100000 100011 10001 110 101111 1000100

Color Harmonies of #D49189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49189

Black with #D49189

Text Example


Text Example

White with #D49189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49189; }

 p { color: rgb(212,145,137); }

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

background-color css

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

 a { background-color: rgb(212,145,137); }

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

border-color css

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

 span { border-color: rgb(212,145,137); }

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