Html Css Color HEX #D08079 Sea Pink

📋 copy color: '#D08079'

red 208 ◦ green 128 ◦ blue 121

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

Shades of Sea Pink #D08079

Tints of Sea Pink #D08079

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.01%

 BLUE value IS 121 (47.66% from 255) = 26.48%

R = 45.51%
G = 28.01%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D08079 (or 0xD08079) is known color: Sea Pink. HEX triplet: D0, 80 and 79. RGB value is (208,128,121). Sum of RGB (Red+Green+Blue) = 208+128+121=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D08079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08079 is #2F7F86. Grayscale: #979797. Windows color (decimal): -3112839 or 7962832. OLE color: 7962832.

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

Color convert

RGB 208 128 121 -
CMYK 0 0.38 0.42 0.18
HSL 4.83º 0.48% 0.65% -
HSV(B) 4.83º 0.42% 0.82% -
XYZ 37.18 30.23 21.96 -
YUV 151.12 111 168.57 -
System Red Green Blue C M Y K H S L
Decimal 208 128 121 0 0.38 0.42 0.18 4.83 0.48 0.65
Hex D0 80 79 0 26 2A 12 5 30 41
Octal 320 200 171 0 46 52 22 5 60 101
Binary 11010000 10000000 1111001 0 100110 101010 10010 101 110000 1000001

Color Harmonies of #D08079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08079

Black with #D08079

Text Example


Text Example

White with #D08079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08079; }

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

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

background-color css

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

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

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

border-color css

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

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

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