Html Css Color HEX #D48280 Sea Pink

📋 copy color: '#D48280'

red 212 ◦ green 130 ◦ blue 128

#D48280
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Pink #D48280

Tints of Sea Pink #D48280

RGB

 RED value IS 212 (83.2% from 255) = 45.11%

 GREEN value IS 130 (51.17% from 255) = 27.66%

 BLUE value IS 128 (50.39% from 255) = 27.23%

R = 45.11%
G = 27.66%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D48280 (or 0xD48280) is known color: Sea Pink. HEX triplet: D4, 82 and 80. RGB value is (212,130,128). Sum of RGB (Red+Green+Blue) = 212+130+128=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 212 - color contains mainly: red. Hex color #D48280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48280 is #2B7D7F. Grayscale: #9A9A9A. Windows color (decimal): -2850176 or 8422100. OLE color: 8422100.

HSL color Cylindrical-coordinate representation of color #D48280: hue angle of 1.43º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D48280 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 130 128 -
CMYK 0 0.39 0.40 0.17
HSL 1.43º 0.49% 0.67% -
HSV(B) 1.43º 0.4% 0.83% -
XYZ 39.03 31.52 24.45 -
YUV 154.29 113.17 169.16 -
System Red Green Blue C M Y K H S L
Decimal 212 130 128 0 0.39 0.40 0.17 1.43 0.49 0.67
Hex D4 82 80 0 27 28 11 1 31 43
Octal 324 202 200 0 47 50 21 1 61 103
Binary 11010100 10000010 10000000 0 100111 101000 10001 1 110001 1000011

Color Harmonies of #D48280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48280

Black with #D48280

Text Example


Text Example

White with #D48280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48280; }

 p { color: rgb(212,130,128); }

 H1.HeaderClassName
 {
   color: #D48280;
 }
 .AnyTagClassName
 {
   color: #D48280;
 }
</style>

background-color css

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

 a { background-color: rgb(212,130,128); }

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

border-color css

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

 span { border-color: rgb(212,130,128); }

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