#D69485

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

Shades of My Pink #D69485

Tints of My Pink #D69485

Color information

#D69485 (or 0xD69485) is unknown color: approx My Pink. HEX triplet: D6, 94 and 85. RGB value is (214,148,133). Sum of RGB (Red+Green+Blue) = 214+148+133=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 133 (52.34% from 255 or 26.87% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D69485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69485 is #296B7A. Grayscale: #A6A6A6. Windows color (decimal): -2714491 or 8754390. OLE color: 8754390.

HSL color Cylindrical-coordinate representation of color #D69485: hue angle of 11.11º 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 #D69485 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB214148133-
CMYK00.310.380.16
HSL11.11º49.69%68.04%-
HSV(B)11.11º37.85%83.92%-
XYZ42.5637.1727.12-
YUV166.02109.37162.22-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.23%
GREEN value IS 148 (58.20% from 255) = 29.90%
BLUE value IS 133 (52.34% from 255) = 26.87%
R=43.23%
G=29.90%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414813300.310.380.1611.1149.6968.04
HexD6948501F2610b3244
Octal32622420503746201362104
Binary1101011010010100100001010111111001101000010111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69485; }

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

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

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

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

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

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

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

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