#D68786

Color #D68786 Sea Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Pink #D68786

Tints of Sea Pink #D68786

Color information

#D68786 (or 0xD68786) is unknown color: approx Sea Pink. HEX triplet: D6, 87 and 86. RGB value is (214,135,134). Sum of RGB (Red+Green+Blue) = 214+135+134=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 135 (53.12% from 255 or 27.95% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D68786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68786 is #297879. Grayscale: #9E9E9E. Windows color (decimal): -2717818 or 8816598. OLE color: 8816598.

HSL color Cylindrical-coordinate representation of color #D68786: hue angle of 0.75º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D68786 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB214135134-
CMYK00.370.370.16
HSL0.75º49.38%68.24%-
HSV(B)0.75º37.38%83.92%-
XYZ40.733.3526.85-
YUV158.51114.17167.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.31%
GREEN value IS 135 (53.12% from 255) = 27.95%
BLUE value IS 134 (52.73% from 255) = 27.74%
R=44.31%
G=27.95%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413513400.370.370.160.7549.3868.24
HexD68786025251013144
Octal3262072060454520161104
Binary11010110100001111000011001001011001011000011100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68786; }

 p { color: rgb(214,135,134); }

 H1.HeaderClassName
 {
   color: #D68786;
 }
 .AnyTagClassName
 {
   color: #D68786;
 }
</style>
background-color css

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

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

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

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

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

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