#D48C8B

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

Shades of My Pink #D48C8B

Tints of My Pink #D48C8B

Color information

#D48C8B (or 0xD48C8B) is unknown color: approx My Pink. HEX triplet: D4, 8C and 8B. RGB value is (212,140,139). Sum of RGB (Red+Green+Blue) = 212+140+139=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D48C8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48C8B is #2B7374. Grayscale: #A1A1A1. Windows color (decimal): -2847605 or 9145556. OLE color: 9145556.

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

Color convert

RGB212140139-
CMYK00.340.340.17
HSL0.82º45.91%68.82%-
HSV(B)0.82º34.43%83.14%-
XYZ41.1934.6228.94-
YUV161.41115.35164.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.18%
GREEN value IS 140 (55.08% from 255) = 28.51%
BLUE value IS 139 (54.69% from 255) = 28.31%
R=43.18%
G=28.51%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214013900.340.340.170.8245.9168.82
HexD48C8B022221112e45
Octal3242142130424221156105
Binary11010100100011001000101101000101000101000111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48C8B; }

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

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

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

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

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

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

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

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