#D69685

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

Shades of My Pink #D69685

Tints of My Pink #D69685

Color information

#D69685 (or 0xD69685) is unknown color: approx My Pink. HEX triplet: D6, 96 and 85. RGB value is (214,150,133). Sum of RGB (Red+Green+Blue) = 214+150+133=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 150 (58.98% from 255 or 30.18% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D69685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69685 is #29697A. Grayscale: #A7A7A7. Windows color (decimal): -2713979 or 8754902. OLE color: 8754902.

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

Color convert

RGB214150133-
CMYK00.300.380.16
HSL12.59º49.69%68.04%-
HSV(B)12.59º37.85%83.92%-
XYZ42.8737.827.23-
YUV167.2108.7161.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.06%
GREEN value IS 150 (58.98% from 255) = 30.18%
BLUE value IS 133 (52.34% from 255) = 26.76%
R=43.06%
G=30.18%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415013300.300.380.1612.5949.6968.04
HexD6968501E2610d3244
Octal32622620503646201562104
Binary1101011010010110100001010111101001101000011011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69685; }

 p { color: rgb(214,150,133); }

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

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

 a { background-color: rgb(214,150,133); }

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

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

 span { border-color: rgb(214,150,133); }

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