Html Css Color HEX #D09188 My Pink

📋 copy color: '#D09188'

red 208 ◦ green 145 ◦ blue 136

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

Shades of My Pink #D09188

Tints of My Pink #D09188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.81%

R = 42.54%
G = 29.65%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D09188 (or 0xD09188) is known color: My Pink. HEX triplet: D0, 91 and 88. RGB value is (208,145,136). Sum of RGB (Red+Green+Blue) = 208+145+136=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D09188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09188 is #2F6E77. Grayscale: #A2A2A2. Windows color (decimal): -3108472 or 8950224. OLE color: 8950224.

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

Color convert

RGB 208 145 136 -
CMYK 0 0.30 0.35 0.18
HSL 7.5º 0.43% 0.67% -
HSV(B) 7.5º 0.35% 0.82% -
XYZ 40.58 35.44 27.99 -
YUV 162.81 112.87 160.23 -
System Red Green Blue C M Y K H S L
Decimal 208 145 136 0 0.30 0.35 0.18 7.5 0.43 0.67
Hex D0 91 88 0 1E 23 12 8 2B 43
Octal 320 221 210 0 36 43 22 10 53 103
Binary 11010000 10010001 10001000 0 11110 100011 10010 1000 101011 1000011

Color Harmonies of #D09188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09188

Black with #D09188

Text Example


Text Example

White with #D09188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09188; }

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

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

background-color css

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

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

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

border-color css

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

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

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