Html Css Color HEX #D79380 My Pink

📋 copy color: '#D79380'

red 215 ◦ green 147 ◦ blue 128

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

Shades of My Pink #D79380

Tints of My Pink #D79380

RGB

 RED value IS 215 (84.38% from 255) = 43.88%

 GREEN value IS 147 (57.81% from 255) = 30%

 BLUE value IS 128 (50.39% from 255) = 26.12%

R = 43.88%
G = 30%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D79380 (or 0xD79380) is known color: My Pink. HEX triplet: D7, 93 and 80. RGB value is (215,147,128). Sum of RGB (Red+Green+Blue) = 215+147+128=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D79380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79380 is #286C7F. Grayscale: #A5A5A5. Windows color (decimal): -2649216 or 8426455. OLE color: 8426455.

HSL color Cylindrical-coordinate representation of color #D79380: hue angle of 13.1º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D79380 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 147 128 -
CMYK 0 0.32 0.40 0.16
HSL 13.1º 0.52% 0.67% -
HSV(B) 13.1º 0.4% 0.84% -
XYZ 42.35 36.87 25.31 -
YUV 165.17 107.03 163.54 -
System Red Green Blue C M Y K H S L
Decimal 215 147 128 0 0.32 0.40 0.16 13.1 0.52 0.67
Hex D7 93 80 0 20 28 10 D 34 43
Octal 327 223 200 0 40 50 20 15 64 103
Binary 11010111 10010011 10000000 0 100000 101000 10000 1101 110100 1000011

Color Harmonies of #D79380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79380

Black with #D79380

Text Example


Text Example

White with #D79380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79380; }

 p { color: rgb(215,147,128); }

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

background-color css

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

 a { background-color: rgb(215,147,128); }

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

border-color css

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

 span { border-color: rgb(215,147,128); }

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