Html Css Color HEX #D49588 Petite Orchid

📋 copy color: '#D49588'

red 212 ◦ green 149 ◦ blue 136

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

Shades of Petite Orchid #D49588

Tints of Petite Orchid #D49588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.36%

R = 42.66%
G = 29.98%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#D49588 (or 0xD49588) is known color: Petite Orchid. HEX triplet: D4, 95 and 88. RGB value is (212,149,136). Sum of RGB (Red+Green+Blue) = 212+149+136=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 136 (53.52% from 255 or 27.36% from 497); Max value from RGB is 212 - color contains mainly: red. Hex color #D49588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49588 is #2B6A77. Grayscale: #A6A6A6. Windows color (decimal): -2845304 or 8951252. OLE color: 8951252.

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

Color convert

RGB 212 149 136 -
CMYK 0 0.30 0.36 0.17
HSL 10.26º 0.47% 0.68% -
HSV(B) 10.26º 0.36% 0.83% -
XYZ 42.34 37.27 28.25 -
YUV 166.36 110.87 160.56 -
System Red Green Blue C M Y K H S L
Decimal 212 149 136 0 0.30 0.36 0.17 10.26 0.47 0.68
Hex D4 95 88 0 1E 24 11 A 2F 44
Octal 324 225 210 0 36 44 21 12 57 104
Binary 11010100 10010101 10001000 0 11110 100100 10001 1010 101111 1000100

Color Harmonies of #D49588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49588

Black with #D49588

Text Example


Text Example

White with #D49588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49588; }

 p { color: rgb(212,149,136); }

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

background-color css

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

 a { background-color: rgb(212,149,136); }

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

border-color css

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

 span { border-color: rgb(212,149,136); }

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