#CE8280

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

Shades of Sea Pink #CE8280

Tints of Sea Pink #CE8280

Color information

#CE8280 (or 0xCE8280) is unknown color: approx Sea Pink. HEX triplet: CE, 82 and 80. RGB value is (206,130,128). Sum of RGB (Red+Green+Blue) = 206+130+128=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 130 (51.17% from 255 or 28.02% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8280 is #317D7F. Grayscale: #989898. Windows color (decimal): -3243392 or 8422094. OLE color: 8422094.

HSL color Cylindrical-coordinate representation of color #CE8280: hue angle of 1.54º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE8280 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB206130128-
CMYK00.370.380.19
HSL1.54º44.32%65.49%-
HSV(B)1.54º37.86%80.78%-
XYZ37.3330.6524.37-
YUV152.5114.18166.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.40%
GREEN value IS 130 (51.17% from 255) = 28.02%
BLUE value IS 128 (50.39% from 255) = 27.59%
R=44.40%
G=28.02%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613012800.370.380.191.5444.3265.49
HexCE8280025261322c41
Octal3162022000454623254101
Binary110011101000001010000000010010110011010011101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8280; }

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

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

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

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

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

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

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

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