#CE7A79

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

Shades of Sea Pink #CE7A79

Tints of Sea Pink #CE7A79

Color information

#CE7A79 (or 0xCE7A79) is unknown color: approx Sea Pink. HEX triplet: CE, 7A and 79. RGB value is (206,122,121). Sum of RGB (Red+Green+Blue) = 206+122+121=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 121 (47.66% from 255 or 26.95% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7A79 is #318586. Grayscale: #939393. Windows color (decimal): -3245447 or 7961294. OLE color: 7961294.

HSL color Cylindrical-coordinate representation of color #CE7A79: hue angle of 0.71º 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 #CE7A79 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB206122121-
CMYK00.410.410.19
HSL0.71º46.45%64.12%-
HSV(B)0.71º41.26%80.78%-
XYZ35.8628.4221.68-
YUV147113.33170.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.88%
GREEN value IS 122 (48.05% from 255) = 27.17%
BLUE value IS 121 (47.66% from 255) = 26.95%
R=45.88%
G=27.17%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612212100.410.410.190.7146.4564.12
HexCE7A79029291312e40
Octal3161721710515123156100
Binary110011101111010111100101010011010011001111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7A79; }

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

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

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

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

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

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

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

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