#D07874

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

Shades of Sea Pink #D07874

Tints of Sea Pink #D07874

Color information

#D07874 (or 0xD07874) is unknown color: approx Sea Pink. HEX triplet: D0, 78 and 74. RGB value is (208,120,116). Sum of RGB (Red+Green+Blue) = 208+120+116=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D07874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07874 is #2F878B. Grayscale: #919191. Windows color (decimal): -3114892 or 7633104. OLE color: 7633104.

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

Color convert

RGB208120116-
CMYK00.420.440.18
HSL2.61º49.46%63.53%-
HSV(B)2.61º44.23%81.57%-
XYZ35.8828.120.06-
YUV145.86111.15172.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.85%
GREEN value IS 120 (47.27% from 255) = 27.03%
BLUE value IS 116 (45.70% from 255) = 26.13%
R=46.85%
G=27.03%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812011600.420.440.182.6149.4663.53
HexD0787402A2C1233140
Octal3201701640525422361100
Binary1101000011110001110100010101010110010010111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07874; }

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

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

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

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

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

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

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

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