Html Css Color HEX #D49895 Petite Orchid

📋 copy color: '#D49895'

red 212 ◦ green 152 ◦ blue 149

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

Shades of Petite Orchid #D49895

Tints of Petite Orchid #D49895

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.63%

 BLUE value IS 149 (58.59% from 255) = 29.04%

R = 41.33%
G = 29.63%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.30

 K value IS 0.17

RGB Variations

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

Color information

#D49895 (or 0xD49895) is known color: Petite Orchid. HEX triplet: D4, 98 and 95. RGB value is (212,152,149). Sum of RGB (Red+Green+Blue) = 212+152+149=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 212 - color contains mainly: red. Hex color #D49895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49895 is #2B676A. Grayscale: #A9A9A9. Windows color (decimal): -2844523 or 9803988. OLE color: 9803988.

HSL color Cylindrical-coordinate representation of color #D49895: hue angle of 2.86º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D49895 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 152 149 -
CMYK 0 0.28 0.30 0.17
HSL 2.86º 0.42% 0.71% -
HSV(B) 2.86º 0.3% 0.83% -
XYZ 43.8 38.62 33.58 -
YUV 169.6 116.38 158.24 -
System Red Green Blue C M Y K H S L
Decimal 212 152 149 0 0.28 0.30 0.17 2.86 0.42 0.71
Hex D4 98 95 0 1C 1E 11 3 2A 47
Octal 324 230 225 0 34 36 21 3 52 107
Binary 11010100 10011000 10010101 0 11100 11110 10001 11 101010 1000111

Color Harmonies of #D49895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49895

Black with #D49895

Text Example


Text Example

White with #D49895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49895; }

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

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

background-color css

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

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

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

border-color css

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

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

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