Html Css Color HEX #D48C79 My Pink

📋 copy color: '#D48C79'

red 212 ◦ green 140 ◦ blue 121

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

Shades of My Pink #D48C79

Tints of My Pink #D48C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.58%

R = 44.82%
G = 29.6%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D48C79 (or 0xD48C79) is known color: My Pink. HEX triplet: D4, 8C and 79. RGB value is (212,140,121). Sum of RGB (Red+Green+Blue) = 212+140+121=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 212 - color contains mainly: red. Hex color #D48C79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48C79 is #2B7386. Grayscale: #9F9F9F. Windows color (decimal): -2847623 or 7965908. OLE color: 7965908.

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

Color convert

RGB 212 140 121 -
CMYK 0 0.34 0.43 0.17
HSL 12.53º 0.51% 0.65% -
HSV(B) 12.53º 0.43% 0.83% -
XYZ 39.98 34.13 22.57 -
YUV 159.36 106.35 165.54 -
System Red Green Blue C M Y K H S L
Decimal 212 140 121 0 0.34 0.43 0.17 12.53 0.51 0.65
Hex D4 8C 79 0 22 2B 11 D 33 41
Octal 324 214 171 0 42 53 21 15 63 101
Binary 11010100 10001100 1111001 0 100010 101011 10001 1101 110011 1000001

Color Harmonies of #D48C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48C79

Black with #D48C79

Text Example


Text Example

White with #D48C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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