Html Css Color HEX #D49485 My Pink

📋 copy color: '#D49485'

red 212 ◦ green 148 ◦ blue 133

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

Shades of My Pink #D49485

Tints of My Pink #D49485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.98%

R = 43%
G = 30.02%
B = 26.98%

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

#D49485 (or 0xD49485) is known color: My Pink. HEX triplet: D4, 94 and 85. RGB value is (212,148,133). Sum of RGB (Red+Green+Blue) = 212+148+133=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D49485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49485 is #2B6B7A. Grayscale: #A5A5A5. Windows color (decimal): -2845563 or 8754388. OLE color: 8754388.

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

Color convert

RGB 212 148 133 -
CMYK 0 0.30 0.37 0.17
HSL 11.39º 0.48% 0.68% -
HSV(B) 11.39º 0.37% 0.83% -
XYZ 41.97 36.87 27.09 -
YUV 165.43 109.7 161.22 -
System Red Green Blue C M Y K H S L
Decimal 212 148 133 0 0.30 0.37 0.17 11.39 0.48 0.68
Hex D4 94 85 0 1E 25 11 B 30 44
Octal 324 224 205 0 36 45 21 13 60 104
Binary 11010100 10010100 10000101 0 11110 100101 10001 1011 110000 1000100

Color Harmonies of #D49485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49485

Black with #D49485

Text Example


Text Example

White with #D49485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49485; }

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

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

background-color css

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

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

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

border-color css

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

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

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