Html Css Color HEX #D49892 Petite Orchid

📋 copy color: '#D49892'

red 212 ◦ green 152 ◦ blue 146

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

Shades of Petite Orchid #D49892

Tints of Petite Orchid #D49892

RGB

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

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

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

R = 41.57%
G = 29.8%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D49892 (or 0xD49892) is known color: Petite Orchid. HEX triplet: D4, 98 and 92. RGB value is (212,152,146). Sum of RGB (Red+Green+Blue) = 212+152+146=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 212 - color contains mainly: red. Hex color #D49892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49892 is #2B676D. Grayscale: #A9A9A9. Windows color (decimal): -2844526 or 9607380. OLE color: 9607380.

HSL color Cylindrical-coordinate representation of color #D49892: hue angle of 5.45º 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 #D49892 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 152 146 -
CMYK 0 0.28 0.31 0.17
HSL 5.45º 0.43% 0.7% -
HSV(B) 5.45º 0.31% 0.83% -
XYZ 43.57 38.53 32.33 -
YUV 169.26 114.88 158.49 -
System Red Green Blue C M Y K H S L
Decimal 212 152 146 0 0.28 0.31 0.17 5.45 0.43 0.7
Hex D4 98 92 0 1C 1F 11 5 2B 46
Octal 324 230 222 0 34 37 21 5 53 106
Binary 11010100 10011000 10010010 0 11100 11111 10001 101 101011 1000110

Color Harmonies of #D49892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49892

Black with #D49892

Text Example


Text Example

White with #D49892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49892; }

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

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

background-color css

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

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

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

border-color css

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

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

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