Html Css Color HEX #D6827A Sea Pink

📋 copy color: '#D6827A'

red 214 ◦ green 130 ◦ blue 122

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

Shades of Sea Pink #D6827A

Tints of Sea Pink #D6827A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.18%

R = 45.92%
G = 27.9%
B = 26.18%

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

#D6827A (or 0xD6827A) is known color: Sea Pink. HEX triplet: D6, 82 and 7A. RGB value is (214,130,122). Sum of RGB (Red+Green+Blue) = 214+130+122=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D6827A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6827A is #297D85. Grayscale: #9A9A9A. Windows color (decimal): -2719110 or 8028886. OLE color: 8028886.

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

Color convert

RGB 214 130 122 -
CMYK 0 0.39 0.43 0.16
HSL 5.22º 0.53% 0.66% -
HSV(B) 5.22º 0.43% 0.84% -
XYZ 39.23 31.67 22.46 -
YUV 154.2 109.83 170.65 -
System Red Green Blue C M Y K H S L
Decimal 214 130 122 0 0.39 0.43 0.16 5.22 0.53 0.66
Hex D6 82 7A 0 27 2B 10 5 35 42
Octal 326 202 172 0 47 53 20 5 65 102
Binary 11010110 10000010 1111010 0 100111 101011 10000 101 110101 1000010

Color Harmonies of #D6827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6827A

Black with #D6827A

Text Example


Text Example

White with #D6827A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6827A; }

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

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

background-color css

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

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

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

border-color css

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

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

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