Html Css Color HEX #D49083 My Pink

📋 copy color: '#D49083'

red 212 ◦ green 144 ◦ blue 131

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

Shades of My Pink #D49083

Tints of My Pink #D49083

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.57%

 BLUE value IS 131 (51.56% from 255) = 26.9%

R = 43.53%
G = 29.57%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#D49083 (or 0xD49083) is known color: My Pink. HEX triplet: D4, 90 and 83. RGB value is (212,144,131). Sum of RGB (Red+Green+Blue) = 212+144+131=487 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.53% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 131 (51.56% from 255 or 26.90% from 487); Max value from RGB is 212 - color contains mainly: red. Hex color #D49083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49083 is #2B6F7C. Grayscale: #A2A2A2. Windows color (decimal): -2846589 or 8622292. OLE color: 8622292.

HSL color Cylindrical-coordinate representation of color #D49083: hue angle of 9.63º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D49083 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 144 131 -
CMYK 0 0.32 0.38 0.17
HSL 9.63º 0.49% 0.67% -
HSV(B) 9.63º 0.38% 0.83% -
XYZ 41.22 35.58 26.17 -
YUV 162.85 110.03 163.06 -
System Red Green Blue C M Y K H S L
Decimal 212 144 131 0 0.32 0.38 0.17 9.63 0.49 0.67
Hex D4 90 83 0 20 26 11 A 31 43
Octal 324 220 203 0 40 46 21 12 61 103
Binary 11010100 10010000 10000011 0 100000 100110 10001 1010 110001 1000011

Color Harmonies of #D49083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49083

Black with #D49083

Text Example


Text Example

White with #D49083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49083; }

 p { color: rgb(212,144,131); }

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

background-color css

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

 a { background-color: rgb(212,144,131); }

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

border-color css

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

 span { border-color: rgb(212,144,131); }

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