#CE807F

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

Shades of Sea Pink #CE807F

Tints of Sea Pink #CE807F

Color information

#CE807F (or 0xCE807F) is unknown color: approx Sea Pink. HEX triplet: CE, 80 and 7F. RGB value is (206,128,127). Sum of RGB (Red+Green+Blue) = 206+128+127=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CE807F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE807F is #317F80. Grayscale: #979797. Windows color (decimal): -3243905 or 8356046. OLE color: 8356046.

HSL color Cylindrical-coordinate representation of color #CE807F: hue angle of 0.76º degrees, saturation: 0.45, 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 #CE807F is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB206128127-
CMYK00.380.380.19
HSL0.76º44.63%65.29%-
HSV(B)0.76º38.35%80.78%-
XYZ3730.0923.94-
YUV151.21114.34167.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.69%
GREEN value IS 128 (50.39% from 255) = 27.77%
BLUE value IS 127 (50% from 255) = 27.55%
R=44.69%
G=27.77%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612812700.380.380.190.7644.6365.29
HexCE807F026261312d41
Octal3162001770464623155101
Binary1100111010000000111111101001101001101001111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE807F; }

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

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

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

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

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

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

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

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