#CE7974

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

Shades of Sea Pink #CE7974

Tints of Sea Pink #CE7974

Color information

#CE7974 (or 0xCE7974) is unknown color: approx Sea Pink. HEX triplet: CE, 79 and 74. RGB value is (206,121,116). Sum of RGB (Red+Green+Blue) = 206+121+116=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 116 (45.70% from 255 or 26.19% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7974 is #31868B. Grayscale: #919191. Windows color (decimal): -3245708 or 7633358. OLE color: 7633358.

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

Color convert

RGB206121116-
CMYK00.410.440.19
HSL3.33º47.87%63.14%-
HSV(B)3.33º43.69%80.78%-
XYZ35.4428.0620.07-
YUV145.84111.16170.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.50%
GREEN value IS 121 (47.66% from 255) = 27.31%
BLUE value IS 116 (45.70% from 255) = 26.19%
R=46.50%
G=27.31%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612111600.410.440.193.3347.8763.14
HexCE79740292C133303f
Octal316171164051542336077
Binary110011101111001111010001010011011001001111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7974; }

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

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

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

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

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

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

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

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