#D48685

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

Shades of Sea Pink #D48685

Tints of Sea Pink #D48685

Color information

#D48685 (or 0xD48685) is unknown color: approx Sea Pink. HEX triplet: D4, 86 and 85. RGB value is (212,134,133). Sum of RGB (Red+Green+Blue) = 212+134+133=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 212 - color contains mainly: red. Hex color #D48685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48685 is #2B797A. Grayscale: #9D9D9D. Windows color (decimal): -2849147 or 8750804. OLE color: 8750804.

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

Color convert

RGB212134133-
CMYK00.370.370.17
HSL0.76º47.88%67.65%-
HSV(B)0.76º37.26%83.14%-
XYZ39.9132.7426.41-
YUV157.21114.34167.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.26%
GREEN value IS 134 (52.73% from 255) = 27.97%
BLUE value IS 133 (52.34% from 255) = 27.77%
R=44.26%
G=27.97%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213413300.370.370.170.7647.8867.65
HexD48685025251113044
Octal3242062050454521160104
Binary11010100100001101000010101001011001011000111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48685; }

 p { color: rgb(212,134,133); }

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

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

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

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

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

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

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