Html Css Color HEX #D09388 My Pink

📋 copy color: '#D09388'

red 208 ◦ green 147 ◦ blue 136

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

Shades of My Pink #D09388

Tints of My Pink #D09388

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.94%

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

R = 42.36%
G = 29.94%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D09388 (or 0xD09388) is known color: My Pink. HEX triplet: D0, 93 and 88. RGB value is (208,147,136). Sum of RGB (Red+Green+Blue) = 208+147+136=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D09388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09388 is #2F6C77. Grayscale: #A4A4A4. Windows color (decimal): -3107960 or 8950736. OLE color: 8950736.

HSL color Cylindrical-coordinate representation of color #D09388: hue angle of 9.17º 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 #D09388 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 147 136 -
CMYK 0 0.29 0.35 0.18
HSL 9.17º 0.43% 0.67% -
HSV(B) 9.17º 0.35% 0.82% -
XYZ 40.89 36.05 28.1 -
YUV 163.99 112.21 159.39 -
System Red Green Blue C M Y K H S L
Decimal 208 147 136 0 0.29 0.35 0.18 9.17 0.43 0.67
Hex D0 93 88 0 1D 23 12 9 2B 43
Octal 320 223 210 0 35 43 22 11 53 103
Binary 11010000 10010011 10001000 0 11101 100011 10010 1001 101011 1000011

Color Harmonies of #D09388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09388

Black with #D09388

Text Example


Text Example

White with #D09388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09388; }

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

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

background-color css

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

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

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

border-color css

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

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

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