Html Css Color HEX #D09189 My Pink

📋 copy color: '#D09189'

red 208 ◦ green 145 ◦ blue 137

#D09189
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of My Pink #D09189

Tints of My Pink #D09189

RGB

 RED value IS 208 (81.64% from 255) = 42.45%

 GREEN value IS 145 (57.03% from 255) = 29.59%

 BLUE value IS 137 (53.91% from 255) = 27.96%

R = 42.45%
G = 29.59%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D09189 (or 0xD09189) is known color: My Pink. HEX triplet: D0, 91 and 89. RGB value is (208,145,137). Sum of RGB (Red+Green+Blue) = 208+145+137=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 145 (57.03% from 255 or 29.59% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D09189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09189 is #2F6E76. Grayscale: #A3A3A3. Windows color (decimal): -3108471 or 9015760. OLE color: 9015760.

HSL color Cylindrical-coordinate representation of color #D09189: hue angle of 6.76º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D09189 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 145 137 -
CMYK 0 0.30 0.34 0.18
HSL 6.76º 0.43% 0.68% -
HSV(B) 6.76º 0.34% 0.82% -
XYZ 40.65 35.47 28.37 -
YUV 162.93 113.37 160.15 -
System Red Green Blue C M Y K H S L
Decimal 208 145 137 0 0.30 0.34 0.18 6.76 0.43 0.68
Hex D0 91 89 0 1E 22 12 7 2B 44
Octal 320 221 211 0 36 42 22 7 53 104
Binary 11010000 10010001 10001001 0 11110 100010 10010 111 101011 1000100

Color Harmonies of #D09189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09189

Black with #D09189

Text Example


Text Example

White with #D09189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09189; }

 p { color: rgb(208,145,137); }

 H1.HeaderClassName
 {
   color: #D09189;
 }
 .AnyTagClassName
 {
   color: #D09189;
 }
</style>

background-color css

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

 a { background-color: rgb(208,145,137); }

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

border-color css

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

 span { border-color: rgb(208,145,137); }

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