#CE7E79

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

Shades of Sea Pink #CE7E79

Tints of Sea Pink #CE7E79

Color information

#CE7E79 (or 0xCE7E79) is unknown color: approx Sea Pink. HEX triplet: CE, 7E and 79. RGB value is (206,126,121). Sum of RGB (Red+Green+Blue) = 206+126+121=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 126 (49.61% from 255 or 27.81% from 453); Blue value is 121 (47.66% from 255 or 26.71% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7E79 is #318186. Grayscale: #959595. Windows color (decimal): -3244423 or 7962318. OLE color: 7962318.

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

Color convert

RGB206126121-
CMYK00.390.410.19
HSL3.53º46.45%64.12%-
HSV(B)3.53º41.26%80.78%-
XYZ36.3729.4221.85-
YUV149.35112168.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.47%
GREEN value IS 126 (49.61% from 255) = 27.81%
BLUE value IS 121 (47.66% from 255) = 26.71%
R=45.47%
G=27.81%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612612100.390.410.193.5346.4564.12
HexCE7E79027291342e40
Octal3161761710475123456100
Binary11001110111111011110010100111101001100111001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7E79; }

 p { color: rgb(206,126,121); }

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

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

 a { background-color: rgb(206,126,121); }

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

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

 span { border-color: rgb(206,126,121); }

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