#D6887A

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

Shades of My Pink #D6887A

Tints of My Pink #D6887A

Color information

#D6887A (or 0xD6887A) is unknown color: approx My Pink. HEX triplet: D6, 88 and 7A. RGB value is (214,136,122). Sum of RGB (Red+Green+Blue) = 214+136+122=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D6887A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6887A is #297785. Grayscale: #9D9D9D. Windows color (decimal): -2717574 or 8030422. OLE color: 8030422.

HSL color Cylindrical-coordinate representation of color #D6887A: hue angle of 9.13º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D6887A is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB214136122-
CMYK00.360.430.16
HSL9.13º52.87%65.88%-
HSV(B)9.13º42.99%83.92%-
XYZ40.0533.3122.73-
YUV157.73107.84168.14-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.34%
GREEN value IS 136 (53.52% from 255) = 28.81%
BLUE value IS 122 (48.05% from 255) = 25.85%
R=45.34%
G=28.81%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413612200.360.430.169.1352.8765.88
HexD6887A0242B1093542
Octal32621017204453201165102
Binary1101011010001000111101001001001010111000010011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6887A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6887A; }

 p { color: rgb(214,136,122); }

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

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

 a { background-color: rgb(214,136,122); }

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

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

 span { border-color: rgb(214,136,122); }

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