Html Css Color HEX #D48680 My Pink

📋 copy color: '#D48680'

red 212 ◦ green 134 ◦ blue 128

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

Shades of My Pink #D48680

Tints of My Pink #D48680

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.27%

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

R = 44.73%
G = 28.27%
B = 27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D48680 (or 0xD48680) is known color: My Pink. HEX triplet: D4, 86 and 80. RGB value is (212,134,128). Sum of RGB (Red+Green+Blue) = 212+134+128=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 212 - color contains mainly: red. Hex color #D48680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48680 is #2B797F. Grayscale: #9C9C9C. Windows color (decimal): -2849152 or 8423124. OLE color: 8423124.

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

Color convert

RGB 212 134 128 -
CMYK 0 0.37 0.40 0.17
HSL 4.29º 0.49% 0.67% -
HSV(B) 4.29º 0.4% 0.83% -
XYZ 39.57 32.61 24.63 -
YUV 156.64 111.84 167.49 -
System Red Green Blue C M Y K H S L
Decimal 212 134 128 0 0.37 0.40 0.17 4.29 0.49 0.67
Hex D4 86 80 0 25 28 11 4 31 43
Octal 324 206 200 0 45 50 21 4 61 103
Binary 11010100 10000110 10000000 0 100101 101000 10001 100 110001 1000011

Color Harmonies of #D48680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48680

Black with #D48680

Text Example


Text Example

White with #D48680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48680; }

 p { color: rgb(212,134,128); }

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

background-color css

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

 a { background-color: rgb(212,134,128); }

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

border-color css

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

 span { border-color: rgb(212,134,128); }

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