Html Css Color HEX #D49686 My Pink

📋 copy color: '#D49686'

red 212 ◦ green 150 ◦ blue 134

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

Shades of My Pink #D49686

Tints of My Pink #D49686

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.24%

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

R = 42.74%
G = 30.24%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#D49686 (or 0xD49686) is known color: My Pink. HEX triplet: D4, 96 and 86. RGB value is (212,150,134). Sum of RGB (Red+Green+Blue) = 212+150+134=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 134 (52.73% from 255 or 27.02% from 496); Max value from RGB is 212 - color contains mainly: red. Hex color #D49686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49686 is #2B6979. Grayscale: #A6A6A6. Windows color (decimal): -2845050 or 8820436. OLE color: 8820436.

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

Color convert

RGB 212 150 134 -
CMYK 0 0.29 0.37 0.17
HSL 12.31º 0.48% 0.68% -
HSV(B) 12.31º 0.37% 0.83% -
XYZ 42.36 37.53 27.57 -
YUV 166.71 109.54 160.3 -
System Red Green Blue C M Y K H S L
Decimal 212 150 134 0 0.29 0.37 0.17 12.31 0.48 0.68
Hex D4 96 86 0 1D 25 11 C 30 44
Octal 324 226 206 0 35 45 21 14 60 104
Binary 11010100 10010110 10000110 0 11101 100101 10001 1100 110000 1000100

Color Harmonies of #D49686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49686

Black with #D49686

Text Example


Text Example

White with #D49686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49686; }

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

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

background-color css

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

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

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

border-color css

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

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

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