Html Css Color HEX #D49388 My Pink

📋 copy color: '#D49388'

red 212 ◦ green 147 ◦ blue 136

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

Shades of My Pink #D49388

Tints of My Pink #D49388

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.7%

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

R = 42.83%
G = 29.7%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#D49388 (or 0xD49388) is known color: My Pink. HEX triplet: D4, 93 and 88. RGB value is (212,147,136). Sum of RGB (Red+Green+Blue) = 212+147+136=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 212 - color contains mainly: red. Hex color #D49388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49388 is #2B6C77. Grayscale: #A5A5A5. Windows color (decimal): -2845816 or 8950740. OLE color: 8950740.

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

Color convert

RGB 212 147 136 -
CMYK 0 0.31 0.36 0.17
HSL 8.68º 0.47% 0.68% -
HSV(B) 8.68º 0.36% 0.83% -
XYZ 42.03 36.64 28.15 -
YUV 165.18 111.53 161.39 -
System Red Green Blue C M Y K H S L
Decimal 212 147 136 0 0.31 0.36 0.17 8.68 0.47 0.68
Hex D4 93 88 0 1F 24 11 9 2F 44
Octal 324 223 210 0 37 44 21 11 57 104
Binary 11010100 10010011 10001000 0 11111 100100 10001 1001 101111 1000100

Color Harmonies of #D49388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49388

Black with #D49388

Text Example


Text Example

White with #D49388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49388; }

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

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

background-color css

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

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

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

border-color css

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

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

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