Html Css Color HEX #D88686 Sea Pink

📋 copy color: '#D88686'

red 216 ◦ green 134 ◦ blue 134

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

Shades of Sea Pink #D88686

Tints of Sea Pink #D88686

RGB

 RED value IS 216 (84.77% from 255) = 44.63%

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

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

R = 44.63%
G = 27.69%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D88686 (or 0xD88686) is known color: Sea Pink. HEX triplet: D8, 86 and 86. RGB value is (216,134,134). Sum of RGB (Red+Green+Blue) = 216+134+134=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D88686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88686 is #277979. Grayscale: #9E9E9E. Windows color (decimal): -2587002 or 8816344. OLE color: 8816344.

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

Color convert

RGB 216 134 134 -
CMYK 0 0.38 0.38 0.15
HSL 0.51% 0.69% -
HSV(B) 0.38% 0.85% -
XYZ 41.15 33.37 26.83 -
YUV 158.52 114.17 169 -
System Red Green Blue C M Y K H S L
Decimal 216 134 134 0 0.38 0.38 0.15 0 0.51 0.69
Hex D8 86 86 0 26 26 F 0 33 45
Octal 330 206 206 0 46 46 17 0 63 105
Binary 11011000 10000110 10000110 0 100110 100110 1111 0 110011 1000101

Color Harmonies of #D88686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88686

Black with #D88686

Text Example


Text Example

White with #D88686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88686; }

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

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

background-color css

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

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

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

border-color css

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

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

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