#CE8281

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

Shades of Sea Pink #CE8281

Tints of Sea Pink #CE8281

Color information

#CE8281 (or 0xCE8281) is unknown color: approx Sea Pink. HEX triplet: CE, 82 and 81. RGB value is (206,130,129). Sum of RGB (Red+Green+Blue) = 206+130+129=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8281 is #317D7E. Grayscale: #989898. Windows color (decimal): -3243391 or 8487630. OLE color: 8487630.

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

Color convert

RGB206130129-
CMYK00.370.370.19
HSL0.78º44%65.69%-
HSV(B)0.78º37.38%80.78%-
XYZ37.430.6724.72-
YUV152.61114.68166.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.30%
GREEN value IS 130 (51.17% from 255) = 27.96%
BLUE value IS 129 (50.78% from 255) = 27.74%
R=44.30%
G=27.96%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613012900.370.370.190.784465.69
HexCE8281025251312c42
Octal3162022010454523154102
Binary11001110100000101000000101001011001011001111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8281; }

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

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

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

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

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

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

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

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