Html Css Color HEX #D48C7F My Pink

📋 copy color: '#D48C7F'

red 212 ◦ green 140 ◦ blue 127

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

Shades of My Pink #D48C7F

Tints of My Pink #D48C7F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.23%

 BLUE value IS 127 (50% from 255) = 26.51%

R = 44.26%
G = 29.23%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D48C7F (or 0xD48C7F) is known color: My Pink. HEX triplet: D4, 8C and 7F. RGB value is (212,140,127). Sum of RGB (Red+Green+Blue) = 212+140+127=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 212 - color contains mainly: red. Hex color #D48C7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48C7F is #2B7380. Grayscale: #A0A0A0. Windows color (decimal): -2847617 or 8359124. OLE color: 8359124.

HSL color Cylindrical-coordinate representation of color #D48C7F: hue angle of 9.18º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D48C7F is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 140 127 -
CMYK 0 0.34 0.40 0.17
HSL 9.18º 0.5% 0.66% -
HSV(B) 9.18º 0.4% 0.83% -
XYZ 40.36 34.29 24.57 -
YUV 160.05 109.35 165.06 -
System Red Green Blue C M Y K H S L
Decimal 212 140 127 0 0.34 0.40 0.17 9.18 0.5 0.66
Hex D4 8C 7F 0 22 28 11 9 32 42
Octal 324 214 177 0 42 50 21 11 62 102
Binary 11010100 10001100 1111111 0 100010 101000 10001 1001 110010 1000010

Color Harmonies of #D48C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48C7F

Black with #D48C7F

Text Example


Text Example

White with #D48C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48C7F; }

 p { color: rgb(212,140,127); }

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

background-color css

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

 a { background-color: rgb(212,140,127); }

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

border-color css

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

 span { border-color: rgb(212,140,127); }

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