Html Css Color HEX #D49486 My Pink

📋 copy color: '#D49486'

red 212 ◦ green 148 ◦ blue 134

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

Shades of My Pink #D49486

Tints of My Pink #D49486

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.96%

 BLUE value IS 134 (52.73% from 255) = 27.13%

R = 42.91%
G = 29.96%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D49486 (or 0xD49486) is known color: My Pink. HEX triplet: D4, 94 and 86. RGB value is (212,148,134). Sum of RGB (Red+Green+Blue) = 212+148+134=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 212 - color contains mainly: red. Hex color #D49486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49486 is #2B6B79. Grayscale: #A5A5A5. Windows color (decimal): -2845562 or 8819924. OLE color: 8819924.

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

Color convert

RGB 212 148 134 -
CMYK 0 0.30 0.37 0.17
HSL 10.77º 0.48% 0.68% -
HSV(B) 10.77º 0.37% 0.83% -
XYZ 42.04 36.9 27.46 -
YUV 165.54 110.2 161.14 -
System Red Green Blue C M Y K H S L
Decimal 212 148 134 0 0.30 0.37 0.17 10.77 0.48 0.68
Hex D4 94 86 0 1E 25 11 B 30 44
Octal 324 224 206 0 36 45 21 13 60 104
Binary 11010100 10010100 10000110 0 11110 100101 10001 1011 110000 1000100

Color Harmonies of #D49486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49486

Black with #D49486

Text Example


Text Example

White with #D49486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49486; }

 p { color: rgb(212,148,134); }

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

background-color css

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

 a { background-color: rgb(212,148,134); }

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

border-color css

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

 span { border-color: rgb(212,148,134); }

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