#d57c76

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

Shades of Sea Pink #D57C76

Tints of Sea Pink #D57C76

Color information

#D57C76 (or 0xD57C76) is unknown color: approx Sea Pink. HEX triplet: D5, 7C and 76. RGB value is (213,124,118). Sum of RGB (Red+Green+Blue) = 213+124+118=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57C76 is #2A8389. Grayscale: #969696. Windows color (decimal): -2786186 or 7765205. OLE color: 7765205.

HSL color Cylindrical-coordinate representation of color #D57C76: hue angle of 3.79º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D57C76 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB213124118-
CMYK00.420.450.16
HSL3.79º53.07%64.9%-
HSV(B)3.79º44.6%83.53%-
XYZ37.9229.8720.91-
YUV149.93109.99172.99-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.81%
GREEN value IS 124 (48.83% from 255) = 27.25%
BLUE value IS 118 (46.48% from 255) = 25.93%
R=46.81%
G=27.25%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312411800.420.450.163.7953.0764.9
HexD57C7602A2D1043541
Octal3251741660525520465101
Binary11010101111110011101100101010101101100001001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d57c76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d57c76; }

 p { color: rgb(213,124,118); }

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

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

 a { background-color: rgb(213,124,118); }

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

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

 span { border-color: rgb(213,124,118); }

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