Html Css Color HEX #D48579 My Pink

📋 copy color: '#D48579'

red 212 ◦ green 133 ◦ blue 121

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

Shades of My Pink #D48579

Tints of My Pink #D48579

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.54%

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

R = 45.49%
G = 28.54%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D48579 (or 0xD48579) is known color: My Pink. HEX triplet: D4, 85 and 79. RGB value is (212,133,121). Sum of RGB (Red+Green+Blue) = 212+133+121=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 121 (47.66% from 255 or 25.97% from 466); Max value from RGB is 212 - color contains mainly: red. Hex color #D48579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48579 is #2B7A86. Grayscale: #9B9B9B. Windows color (decimal): -2849415 or 7964116. OLE color: 7964116.

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

Color convert

RGB 212 133 121 -
CMYK 0 0.37 0.43 0.17
HSL 7.91º 0.51% 0.65% -
HSV(B) 7.91º 0.43% 0.83% -
XYZ 38.99 32.15 22.24 -
YUV 155.25 108.67 168.48 -
System Red Green Blue C M Y K H S L
Decimal 212 133 121 0 0.37 0.43 0.17 7.91 0.51 0.65
Hex D4 85 79 0 25 2B 11 8 33 41
Octal 324 205 171 0 45 53 21 10 63 101
Binary 11010100 10000101 1111001 0 100101 101011 10001 1000 110011 1000001

Color Harmonies of #D48579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48579

Black with #D48579

Text Example


Text Example

White with #D48579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48579; }

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

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

background-color css

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

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

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

border-color css

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

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

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