Html Css Color HEX #D09585 My Pink

📋 copy color: '#D09585'

red 208 ◦ green 149 ◦ blue 133

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

Shades of My Pink #D09585

Tints of My Pink #D09585

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.41%

 BLUE value IS 133 (52.34% from 255) = 27.14%

R = 42.45%
G = 30.41%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D09585 (or 0xD09585) is known color: My Pink. HEX triplet: D0, 95 and 85. RGB value is (208,149,133). Sum of RGB (Red+Green+Blue) = 208+149+133=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D09585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09585 is #2F6A7A. Grayscale: #A4A4A4. Windows color (decimal): -3107451 or 8754640. OLE color: 8754640.

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

Color convert

RGB 208 149 133 -
CMYK 0 0.28 0.36 0.18
HSL 12.8º 0.44% 0.67% -
HSV(B) 12.8º 0.36% 0.82% -
XYZ 40.99 36.6 27.09 -
YUV 164.82 110.05 158.8 -
System Red Green Blue C M Y K H S L
Decimal 208 149 133 0 0.28 0.36 0.18 12.8 0.44 0.67
Hex D0 95 85 0 1C 24 12 D 2C 43
Octal 320 225 205 0 34 44 22 15 54 103
Binary 11010000 10010101 10000101 0 11100 100100 10010 1101 101100 1000011

Color Harmonies of #D09585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09585

Black with #D09585

Text Example


Text Example

White with #D09585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09585; }

 p { color: rgb(208,149,133); }

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

background-color css

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

 a { background-color: rgb(208,149,133); }

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

border-color css

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

 span { border-color: rgb(208,149,133); }

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