Html Css Color HEX #D18686 Sea Pink

📋 copy color: '#D18686'

red 209 ◦ green 134 ◦ blue 134

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

Shades of Sea Pink #D18686

Tints of Sea Pink #D18686

RGB

 RED value IS 209 (82.03% from 255) = 43.82%

 GREEN value IS 134 (52.73% from 255) = 28.09%

 BLUE value IS 134 (52.73% from 255) = 28.09%

R = 43.82%
G = 28.09%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D18686 (or 0xD18686) is known color: Sea Pink. HEX triplet: D1, 86 and 86. RGB value is (209,134,134). Sum of RGB (Red+Green+Blue) = 209+134+134=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 209 - color contains mainly: red. Hex color #D18686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18686 is #2E7979. Grayscale: #9C9C9C. Windows color (decimal): -3045754 or 8816337. OLE color: 8816337.

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

Color convert

RGB 209 134 134 -
CMYK 0 0.36 0.36 0.18
HSL 0.45% 0.67% -
HSV(B) 0.36% 0.82% -
XYZ 39.12 32.33 26.73 -
YUV 156.43 115.35 165.5 -
System Red Green Blue C M Y K H S L
Decimal 209 134 134 0 0.36 0.36 0.18 0 0.45 0.67
Hex D1 86 86 0 24 24 12 0 2D 43
Octal 321 206 206 0 44 44 22 0 55 103
Binary 11010001 10000110 10000110 0 100100 100100 10010 0 101101 1000011

Color Harmonies of #D18686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18686

Black with #D18686

Text Example


Text Example

White with #D18686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18686; }

 p { color: rgb(209,134,134); }

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

background-color css

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

 a { background-color: rgb(209,134,134); }

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

border-color css

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

 span { border-color: rgb(209,134,134); }

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