Html Css Color HEX #D49586 My Pink

📋 copy color: '#D49586'

red 212 ◦ green 149 ◦ blue 134

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

Shades of My Pink #D49586

Tints of My Pink #D49586

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.1%

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

R = 42.83%
G = 30.1%
B = 27.07%

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

#D49586 (or 0xD49586) is known color: My Pink. HEX triplet: D4, 95 and 86. RGB value is (212,149,134). Sum of RGB (Red+Green+Blue) = 212+149+134=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 212 - color contains mainly: red. Hex color #D49586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49586 is #2B6A79. Grayscale: #A6A6A6. Windows color (decimal): -2845306 or 8820180. OLE color: 8820180.

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

Color convert

RGB 212 149 134 -
CMYK 0 0.30 0.37 0.17
HSL 11.54º 0.48% 0.68% -
HSV(B) 11.54º 0.37% 0.83% -
XYZ 42.2 37.21 27.51 -
YUV 166.13 109.87 160.72 -
System Red Green Blue C M Y K H S L
Decimal 212 149 134 0 0.30 0.37 0.17 11.54 0.48 0.68
Hex D4 95 86 0 1E 25 11 C 30 44
Octal 324 225 206 0 36 45 21 14 60 104
Binary 11010100 10010101 10000110 0 11110 100101 10001 1100 110000 1000100

Color Harmonies of #D49586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49586

Black with #D49586

Text Example


Text Example

White with #D49586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49586; }

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

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

background-color css

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

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

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

border-color css

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

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

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