Html Css Color HEX #D08A80 My Pink

📋 copy color: '#D08A80'

red 208 ◦ green 138 ◦ blue 128

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

Shades of My Pink #D08A80

Tints of My Pink #D08A80

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.11%

 BLUE value IS 128 (50.39% from 255) = 27%

R = 43.88%
G = 29.11%
B = 27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D08A80 (or 0xD08A80) is known color: My Pink. HEX triplet: D0, 8A and 80. RGB value is (208,138,128). Sum of RGB (Red+Green+Blue) = 208+138+128=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08A80 is #2F757F. Grayscale: #9D9D9D. Windows color (decimal): -3110272 or 8424144. OLE color: 8424144.

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

Color convert

RGB 208 138 128 -
CMYK 0 0.34 0.38 0.18
HSL 7.5º 0.46% 0.66% -
HSV(B) 7.5º 0.38% 0.82% -
XYZ 39 33.15 24.76 -
YUV 157.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 208 138 128 0 0.34 0.38 0.18 7.5 0.46 0.66
Hex D0 8A 80 0 22 26 12 8 2E 42
Octal 320 212 200 0 42 46 22 10 56 102
Binary 11010000 10001010 10000000 0 100010 100110 10010 1000 101110 1000010

Color Harmonies of #D08A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08A80

Black with #D08A80

Text Example


Text Example

White with #D08A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08A80; }

 p { color: rgb(208,138,128); }

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

background-color css

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

 a { background-color: rgb(208,138,128); }

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

border-color css

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

 span { border-color: rgb(208,138,128); }

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