Html Css Color HEX #D6857F Sea Pink

📋 copy color: '#D6857F'

red 214 ◦ green 133 ◦ blue 127

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

Shades of Sea Pink #D6857F

Tints of Sea Pink #D6857F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.06%

 BLUE value IS 127 (50% from 255) = 26.79%

R = 45.15%
G = 28.06%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6857F (or 0xD6857F) is known color: Sea Pink. HEX triplet: D6, 85 and 7F. RGB value is (214,133,127). Sum of RGB (Red+Green+Blue) = 214+133+127=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D6857F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6857F is #297A80. Grayscale: #9C9C9C. Windows color (decimal): -2718337 or 8357334. OLE color: 8357334.

HSL color Cylindrical-coordinate representation of color #D6857F: hue angle of 4.14º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D6857F is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 133 127 -
CMYK 0 0.38 0.41 0.16
HSL 4.14º 0.51% 0.67% -
HSV(B) 4.14º 0.41% 0.84% -
XYZ 39.95 32.6 24.27 -
YUV 156.54 111.34 168.99 -
System Red Green Blue C M Y K H S L
Decimal 214 133 127 0 0.38 0.41 0.16 4.14 0.51 0.67
Hex D6 85 7F 0 26 29 10 4 33 43
Octal 326 205 177 0 46 51 20 4 63 103
Binary 11010110 10000101 1111111 0 100110 101001 10000 100 110011 1000011

Color Harmonies of #D6857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6857F

Black with #D6857F

Text Example


Text Example

White with #D6857F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6857F; }

 p { color: rgb(214,133,127); }

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

background-color css

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

 a { background-color: rgb(214,133,127); }

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

border-color css

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

 span { border-color: rgb(214,133,127); }

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