#D69486

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

Shades of My Pink #D69486

Tints of My Pink #D69486

Color information

#D69486 (or 0xD69486) is unknown color: approx My Pink. HEX triplet: D6, 94 and 86. RGB value is (214,148,134). Sum of RGB (Red+Green+Blue) = 214+148+134=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 134 (52.73% from 255 or 27.02% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D69486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69486 is #296B79. Grayscale: #A6A6A6. Windows color (decimal): -2714490 or 8819926. OLE color: 8819926.

HSL color Cylindrical-coordinate representation of color #D69486: hue angle of 10.5º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D69486 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB214148134-
CMYK00.310.370.16
HSL10.5º49.38%68.24%-
HSV(B)10.5º37.38%83.92%-
XYZ42.6237.227.49-
YUV166.14109.87162.14-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.15%
GREEN value IS 148 (58.20% from 255) = 29.84%
BLUE value IS 134 (52.73% from 255) = 27.02%
R=43.15%
G=29.84%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414813400.310.370.1610.549.3868.24
HexD6948601F2510b3144
Octal32622420603745201361104
Binary1101011010010100100001100111111001011000010111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69486; }

 p { color: rgb(214,148,134); }

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

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

 a { background-color: rgb(214,148,134); }

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

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

 span { border-color: rgb(214,148,134); }

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