#CE7679

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

Shades of Froly #CE7679

Tints of Froly #CE7679

Color information

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

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

Color convert

RGB206118121-
CMYK00.430.410.19
HSL357.95º47.31%63.53%-
HSV(B)357.95º42.72%80.78%-
XYZ35.3827.4621.52-
YUV144.65114.65171.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611812100.430.410.19357.9547.3163.53
HexCE767902B29131662f40
Octal316166171053512354657100
Binary11001110111011011110010101011101001100111011001101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7679; }

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

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

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

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

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

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

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

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