#D29685

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

Shades of My Pink #D29685

Tints of My Pink #D29685

Color information

#D29685 (or 0xD29685) is unknown color: approx My Pink. HEX triplet: D2, 96 and 85. RGB value is (210,150,133). Sum of RGB (Red+Green+Blue) = 210+150+133=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D29685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29685 is #2D697A. Grayscale: #A6A6A6. Windows color (decimal): -2976123 or 8754898. OLE color: 8754898.

HSL color Cylindrical-coordinate representation of color #D29685: hue angle of 13.25º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D29685 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB210150133-
CMYK00.290.370.18
HSL13.25º46.11%67.25%-
HSV(B)13.25º36.67%82.35%-
XYZ41.7237.2127.17-
YUV166109.38159.38-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.60%
GREEN value IS 150 (58.98% from 255) = 30.43%
BLUE value IS 133 (52.34% from 255) = 26.98%
R=42.60%
G=30.43%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21015013300.290.370.1813.2546.1167.25
HexD2968501D2512d2e43
Octal32222620503545221556103
Binary1101001010010110100001010111011001011001011011011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D29685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D29685; }

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

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

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

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

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

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

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

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