Html Css Color HEX #D48B78 My Pink

📋 copy color: '#D48B78'

red 212 ◦ green 139 ◦ blue 120

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

Shades of My Pink #D48B78

Tints of My Pink #D48B78

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.51%

 BLUE value IS 120 (47.27% from 255) = 25.48%

R = 45.01%
G = 29.51%
B = 25.48%

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

#D48B78 (or 0xD48B78) is known color: My Pink. HEX triplet: D4, 8B and 78. RGB value is (212,139,120). Sum of RGB (Red+Green+Blue) = 212+139+120=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D48B78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48B78 is #2B7487. Grayscale: #9E9E9E. Windows color (decimal): -2847880 or 7900116. OLE color: 7900116.

HSL color Cylindrical-coordinate representation of color #D48B78: hue angle of 12.39º degrees, saturation: 0.52, 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 #D48B78 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 139 120 -
CMYK 0 0.34 0.43 0.17
HSL 12.39º 0.52% 0.65% -
HSV(B) 12.39º 0.43% 0.83% -
XYZ 39.77 33.82 22.2 -
YUV 158.66 106.18 166.04 -
System Red Green Blue C M Y K H S L
Decimal 212 139 120 0 0.34 0.43 0.17 12.39 0.52 0.65
Hex D4 8B 78 0 22 2B 11 C 34 41
Octal 324 213 170 0 42 53 21 14 64 101
Binary 11010100 10001011 1111000 0 100010 101011 10001 1100 110100 1000001

Color Harmonies of #D48B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48B78

Black with #D48B78

Text Example


Text Example

White with #D48B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48B78; }

 p { color: rgb(212,139,120); }

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

background-color css

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

 a { background-color: rgb(212,139,120); }

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

border-color css

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

 span { border-color: rgb(212,139,120); }

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