#d48b7f

Color #D48B7F My Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of My Pink #D48B7F

Tints of My Pink #D48B7F

Color information

#D48B7F (or 0xD48B7F) is unknown color: approx My Pink. HEX triplet: D4, 8B and 7F. RGB value is (212,139,127). Sum of RGB (Red+Green+Blue) = 212+139+127=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 212 - color contains mainly: red. Hex color #D48B7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48B7F is #2B7480. Grayscale: #9F9F9F. Windows color (decimal): -2847873 or 8358868. OLE color: 8358868.

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

Color convert

RGB212139127-
CMYK00.340.400.17
HSL8.47º49.71%66.47%-
HSV(B)8.47º40.09%83.14%-
XYZ40.2133.9924.52-
YUV159.46109.68165.48-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.35%
GREEN value IS 139 (54.69% from 255) = 29.08%
BLUE value IS 127 (50% from 255) = 26.57%
R=44.35%
G=29.08%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213912700.340.400.178.4749.7166.47
HexD48B7F022281183242
Octal32421317704250211062102
Binary1101010010001011111111101000101010001000110001100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d48b7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d48b7f; }

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

 H1.HeaderClassName
 {
   color: #d48b7f;
 }
 .AnyTagClassName
 {
   color: #d48b7f;
 }
</style>
background-color css

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

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

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

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

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

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