Html Css Color HEX #D49188 My Pink

📋 copy color: '#D49188'

red 212 ◦ green 145 ◦ blue 136

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

Shades of My Pink #D49188

Tints of My Pink #D49188

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.41%

 BLUE value IS 136 (53.52% from 255) = 27.59%

R = 43%
G = 29.41%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#D49188 (or 0xD49188) is known color: My Pink. HEX triplet: D4, 91 and 88. RGB value is (212,145,136). Sum of RGB (Red+Green+Blue) = 212+145+136=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D49188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49188 is #2B6E77. Grayscale: #A4A4A4. Windows color (decimal): -2846328 or 8950228. OLE color: 8950228.

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

Color convert

RGB 212 145 136 -
CMYK 0 0.32 0.36 0.17
HSL 7.11º 0.47% 0.68% -
HSV(B) 7.11º 0.36% 0.83% -
XYZ 41.72 36.03 28.05 -
YUV 164.01 112.2 162.23 -
System Red Green Blue C M Y K H S L
Decimal 212 145 136 0 0.32 0.36 0.17 7.11 0.47 0.68
Hex D4 91 88 0 20 24 11 7 2F 44
Octal 324 221 210 0 40 44 21 7 57 104
Binary 11010100 10010001 10001000 0 100000 100100 10001 111 101111 1000100

Color Harmonies of #D49188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49188

Black with #D49188

Text Example


Text Example

White with #D49188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49188; }

 p { color: rgb(212,145,136); }

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

background-color css

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

 a { background-color: rgb(212,145,136); }

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

border-color css

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

 span { border-color: rgb(212,145,136); }

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