#CE7976

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

Shades of Sea Pink #CE7976

Tints of Sea Pink #CE7976

Color information

#CE7976 (or 0xCE7976) is unknown color: approx Sea Pink. HEX triplet: CE, 79 and 76. RGB value is (206,121,118). Sum of RGB (Red+Green+Blue) = 206+121+118=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 121 (47.66% from 255 or 27.19% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7976 is #318689. Grayscale: #929292. Windows color (decimal): -3245706 or 7764430. OLE color: 7764430.

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

Color convert

RGB206121118-
CMYK00.410.430.19
HSL2.05º47.31%63.53%-
HSV(B)2.05º42.72%80.78%-
XYZ35.5628.120.69-
YUV146.07112.16170.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.29%
GREEN value IS 121 (47.66% from 255) = 27.19%
BLUE value IS 118 (46.48% from 255) = 26.52%
R=46.29%
G=27.19%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612111800.410.430.192.0547.3163.53
HexCE79760292B1322f40
Octal3161711660515323257100
Binary1100111011110011110110010100110101110011101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7976; }

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

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

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

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

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

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

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

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