Html Css Color HEX #D49487 My Pink

📋 copy color: '#D49487'

red 212 ◦ green 148 ◦ blue 135

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

Shades of My Pink #D49487

Tints of My Pink #D49487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.27%

R = 42.83%
G = 29.9%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#D49487 (or 0xD49487) is known color: My Pink. HEX triplet: D4, 94 and 87. RGB value is (212,148,135). Sum of RGB (Red+Green+Blue) = 212+148+135=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 135 (53.12% from 255 or 27.27% from 495); Max value from RGB is 212 - color contains mainly: red. Hex color #D49487 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49487 is #2B6B78. Grayscale: #A5A5A5. Windows color (decimal): -2845561 or 8885460. OLE color: 8885460.

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

Color convert

RGB 212 148 135 -
CMYK 0 0.30 0.36 0.17
HSL 10.13º 0.47% 0.68% -
HSV(B) 10.13º 0.36% 0.83% -
XYZ 42.11 36.93 27.83 -
YUV 165.65 110.7 161.06 -
System Red Green Blue C M Y K H S L
Decimal 212 148 135 0 0.30 0.36 0.17 10.13 0.47 0.68
Hex D4 94 87 0 1E 24 11 A 2F 44
Octal 324 224 207 0 36 44 21 12 57 104
Binary 11010100 10010100 10000111 0 11110 100100 10001 1010 101111 1000100

Color Harmonies of #D49487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49487

Black with #D49487

Text Example


Text Example

White with #D49487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49487; }

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

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

background-color css

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

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

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

border-color css

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

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

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