Html Css Color HEX #D48A77 My Pink

📋 copy color: '#D48A77'

red 212 ◦ green 138 ◦ blue 119

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

Shades of My Pink #D48A77

Tints of My Pink #D48A77

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.42%

 BLUE value IS 119 (46.88% from 255) = 25.37%

R = 45.2%
G = 29.42%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D48A77 (or 0xD48A77) is known color: My Pink. HEX triplet: D4, 8A and 77. RGB value is (212,138,119). Sum of RGB (Red+Green+Blue) = 212+138+119=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 119 (46.88% from 255 or 25.37% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48A77 is #2B7588. Grayscale: #9E9E9E. Windows color (decimal): -2848137 or 7834324. OLE color: 7834324.

HSL color Cylindrical-coordinate representation of color #D48A77: hue angle of 12.26º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D48A77 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 138 119 -
CMYK 0 0.35 0.44 0.17
HSL 12.26º 0.52% 0.65% -
HSV(B) 12.26º 0.44% 0.83% -
XYZ 39.57 33.51 21.83 -
YUV 157.96 106.02 166.54 -
System Red Green Blue C M Y K H S L
Decimal 212 138 119 0 0.35 0.44 0.17 12.26 0.52 0.65
Hex D4 8A 77 0 23 2C 11 C 34 41
Octal 324 212 167 0 43 54 21 14 64 101
Binary 11010100 10001010 1110111 0 100011 101100 10001 1100 110100 1000001

Color Harmonies of #D48A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48A77

Black with #D48A77

Text Example


Text Example

White with #D48A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48A77; }

 p { color: rgb(212,138,119); }

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

background-color css

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

 a { background-color: rgb(212,138,119); }

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

border-color css

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

 span { border-color: rgb(212,138,119); }

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