Html Css Color HEX #D68079 Sea Pink

📋 copy color: '#D68079'

red 214 ◦ green 128 ◦ blue 121

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

Shades of Sea Pink #D68079

Tints of Sea Pink #D68079

RGB

 RED value IS 214 (83.98% from 255) = 46.22%

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

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

R = 46.22%
G = 27.65%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D68079 (or 0xD68079) is known color: Sea Pink. HEX triplet: D6, 80 and 79. RGB value is (214,128,121). Sum of RGB (Red+Green+Blue) = 214+128+121=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 128 (50.39% from 255 or 27.65% from 463); Blue value is 121 (47.66% from 255 or 26.13% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D68079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68079 is #297F86. Grayscale: #999999. Windows color (decimal): -2719623 or 7962838. OLE color: 7962838.

HSL color Cylindrical-coordinate representation of color #D68079: hue angle of 4.52º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D68079 is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 128 121 -
CMYK 0 0.40 0.43 0.16
HSL 4.52º 0.53% 0.66% -
HSV(B) 4.52º 0.43% 0.84% -
XYZ 38.9 31.11 22.04 -
YUV 152.92 109.99 171.57 -
System Red Green Blue C M Y K H S L
Decimal 214 128 121 0 0.40 0.43 0.16 4.52 0.53 0.66
Hex D6 80 79 0 28 2B 10 5 35 42
Octal 326 200 171 0 50 53 20 5 65 102
Binary 11010110 10000000 1111001 0 101000 101011 10000 101 110101 1000010

Color Harmonies of #D68079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68079

Black with #D68079

Text Example


Text Example

White with #D68079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68079; }

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

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

background-color css

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

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

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

border-color css

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

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

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