#D07873

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

Shades of Sea Pink #D07873

Tints of Sea Pink #D07873

Color information

#D07873 (or 0xD07873) is unknown color: approx Sea Pink. HEX triplet: D0, 78 and 73. RGB value is (208,120,115). Sum of RGB (Red+Green+Blue) = 208+120+115=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D07873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07873 is #2F878C. Grayscale: #919191. Windows color (decimal): -3114893 or 7567568. OLE color: 7567568.

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

Color convert

RGB208120115-
CMYK00.420.450.18
HSL3.23º49.73%63.33%-
HSV(B)3.23º44.71%81.57%-
XYZ35.8228.0819.75-
YUV145.74110.65172.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.95%
GREEN value IS 120 (47.27% from 255) = 27.09%
BLUE value IS 115 (45.31% from 255) = 25.96%
R=46.95%
G=27.09%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812011500.420.450.183.2349.7363.33
HexD0787302A2D123323f
Octal320170163052552236277
Binary110100001111000111001101010101011011001011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07873; }

 p { color: rgb(208,120,115); }

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

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

 a { background-color: rgb(208,120,115); }

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

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

 span { border-color: rgb(208,120,115); }

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