Html Css Color HEX #D68279 Sea Pink

📋 copy color: '#D68279'

red 214 ◦ green 130 ◦ blue 121

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

Shades of Sea Pink #D68279

Tints of Sea Pink #D68279

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.96%

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

R = 46.02%
G = 27.96%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D68279 (or 0xD68279) is known color: Sea Pink. HEX triplet: D6, 82 and 79. RGB value is (214,130,121). Sum of RGB (Red+Green+Blue) = 214+130+121=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D68279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68279 is #297D86. Grayscale: #9A9A9A. Windows color (decimal): -2719111 or 7963350. OLE color: 7963350.

HSL color Cylindrical-coordinate representation of color #D68279: hue angle of 5.81º 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 #D68279 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 130 121 -
CMYK 0 0.39 0.43 0.16
HSL 5.81º 0.53% 0.66% -
HSV(B) 5.81º 0.43% 0.84% -
XYZ 39.17 31.64 22.13 -
YUV 154.09 109.33 170.73 -
System Red Green Blue C M Y K H S L
Decimal 214 130 121 0 0.39 0.43 0.16 5.81 0.53 0.66
Hex D6 82 79 0 27 2B 10 6 35 42
Octal 326 202 171 0 47 53 20 6 65 102
Binary 11010110 10000010 1111001 0 100111 101011 10000 110 110101 1000010

Color Harmonies of #D68279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68279

Black with #D68279

Text Example


Text Example

White with #D68279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68279; }

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

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

background-color css

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

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

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

border-color css

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

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

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