#E7796C

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

Shades of Geraldine #E7796C

Tints of Geraldine #E7796C

Color information

#E7796C (or 0xE7796C) is unknown color: approx Geraldine. HEX triplet: E7, 79 and 6C. RGB value is (231,121,108). Sum of RGB (Red+Green+Blue) = 231+121+108=460 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.22% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 231 - color contains mainly: red. Hex color #E7796C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7796C is #188693. Grayscale: #989898. Windows color (decimal): -1607316 or 7109095. OLE color: 7109095.

HSL color Cylindrical-coordinate representation of color #E7796C: hue angle of 6.34º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E7796C is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB231121108-
CMYK00.480.530.09
HSL6.34º71.93%66.47%-
HSV(B)6.34º53.25%90.59%-
XYZ42.531.7518.08-
YUV152.41102.94184.06-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.22%
GREEN value IS 121 (47.66% from 255) = 26.30%
BLUE value IS 108 (42.58% from 255) = 23.48%
R=50.22%
G=26.30%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23112110800.480.530.096.3471.9366.47
HexE7796C03035964842
Octal34717115406065116110102
Binary11100111111100111011000110000110101100111010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7796C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7796C; }

 p { color: rgb(231,121,108); }

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

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

 a { background-color: rgb(231,121,108); }

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

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

 span { border-color: rgb(231,121,108); }

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