Html Css Color HEX #D49084 My Pink

📋 copy color: '#D49084'

red 212 ◦ green 144 ◦ blue 132

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

Shades of My Pink #D49084

Tints of My Pink #D49084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.05%

R = 43.44%
G = 29.51%
B = 27.05%

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

#D49084 (or 0xD49084) is known color: My Pink. HEX triplet: D4, 90 and 84. RGB value is (212,144,132). Sum of RGB (Red+Green+Blue) = 212+144+132=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 212 - color contains mainly: red. Hex color #D49084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49084 is #2B6F7B. Grayscale: #A3A3A3. Windows color (decimal): -2846588 or 8687828. OLE color: 8687828.

HSL color Cylindrical-coordinate representation of color #D49084: hue angle of 9º degrees, saturation: 0.48, 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 #D49084 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 144 132 -
CMYK 0 0.32 0.38 0.17
HSL 0.48% 0.67% -
HSV(B) 0.38% 0.83% -
XYZ 41.29 35.61 26.53 -
YUV 162.96 110.53 162.98 -
System Red Green Blue C M Y K H S L
Decimal 212 144 132 0 0.32 0.38 0.17 9 0.48 0.67
Hex D4 90 84 0 20 26 11 9 30 43
Octal 324 220 204 0 40 46 21 11 60 103
Binary 11010100 10010000 10000100 0 100000 100110 10001 1001 110000 1000011

Color Harmonies of #D49084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49084

Black with #D49084

Text Example


Text Example

White with #D49084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49084; }

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

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

background-color css

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

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

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

border-color css

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

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

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