Html Css Color HEX #D49B93 Petite Orchid

📋 copy color: '#D49B93'

red 212 ◦ green 155 ◦ blue 147

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

Shades of Petite Orchid #D49B93

Tints of Petite Orchid #D49B93

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.16%

 BLUE value IS 147 (57.81% from 255) = 28.6%

R = 41.25%
G = 30.16%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D49B93 (or 0xD49B93) is known color: Petite Orchid. HEX triplet: D4, 9B and 93. RGB value is (212,155,147). Sum of RGB (Red+Green+Blue) = 212+155+147=514 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.25% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 212 - color contains mainly: red. Hex color #D49B93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49B93 is #2B646C. Grayscale: #ABABAB. Windows color (decimal): -2843757 or 9673684. OLE color: 9673684.

HSL color Cylindrical-coordinate representation of color #D49B93: hue angle of 7.38º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D49B93 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 155 147 -
CMYK 0 0.27 0.31 0.17
HSL 7.38º 0.43% 0.7% -
HSV(B) 7.38º 0.31% 0.83% -
XYZ 44.14 39.55 32.91 -
YUV 171.13 114.38 157.15 -
System Red Green Blue C M Y K H S L
Decimal 212 155 147 0 0.27 0.31 0.17 7.38 0.43 0.7
Hex D4 9B 93 0 1B 1F 11 7 2B 46
Octal 324 233 223 0 33 37 21 7 53 106
Binary 11010100 10011011 10010011 0 11011 11111 10001 111 101011 1000110

Color Harmonies of #D49B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49B93

Black with #D49B93

Text Example


Text Example

White with #D49B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49B93; }

 p { color: rgb(212,155,147); }

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

background-color css

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

 a { background-color: rgb(212,155,147); }

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

border-color css

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

 span { border-color: rgb(212,155,147); }

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