#CE797A

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

Shades of Froly #CE797A

Tints of Froly #CE797A

Color information

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

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

Color convert

RGB206121122-
CMYK00.410.410.19
HSL359.29º46.45%64.12%-
HSV(B)359.29º41.26%80.78%-
XYZ35.828.221.97-
YUV146.53114.16170.42-

RGB Variations

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

RGB

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

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
Decimal20612112200.410.410.19359.2946.4564.12
HexCE797A02929131672e40
Octal316171172051512354756100
Binary11001110111100111110100101001101001100111011001111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE797A; }

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

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

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

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

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

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

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

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