#CE8078

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

Shades of Sea Pink #CE8078

Tints of Sea Pink #CE8078

Color information

#CE8078 (or 0xCE8078) is unknown color: approx Sea Pink. HEX triplet: CE, 80 and 78. RGB value is (206,128,120). Sum of RGB (Red+Green+Blue) = 206+128+120=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8078 is #317F87. Grayscale: #969696. Windows color (decimal): -3243912 or 7897294. OLE color: 7897294.

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

Color convert

RGB206128120-
CMYK00.380.420.19
HSL5.58º46.74%63.92%-
HSV(B)5.58º41.75%80.78%-
XYZ36.5629.9221.62-
YUV150.41110.84167.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.37%
GREEN value IS 128 (50.39% from 255) = 28.19%
BLUE value IS 120 (47.27% from 255) = 26.43%
R=45.37%
G=28.19%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612812000.380.420.195.5846.7463.92
HexCE80780262A1362f40
Octal3162001700465223657100
Binary110011101000000011110000100110101010100111101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8078; }

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

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

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

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

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

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

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

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