#E6796C

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

Shades of Geraldine #E6796C

Tints of Geraldine #E6796C

Color information

#E6796C (or 0xE6796C) is unknown color: approx Geraldine. HEX triplet: E6, 79 and 6C. RGB value is (230,121,108). Sum of RGB (Red+Green+Blue) = 230+121+108=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 121 (47.66% from 255 or 26.36% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E6796C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6796C is #198693. Grayscale: #989898. Windows color (decimal): -1672852 or 7109094. OLE color: 7109094.

HSL color Cylindrical-coordinate representation of color #E6796C: hue angle of 6.39º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6796C is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB230121108-
CMYK00.470.530.10
HSL6.39º70.93%66.27%-
HSV(B)6.39º53.04%90.2%-
XYZ42.1831.5818.06-
YUV152.11103.11183.56-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.11%
GREEN value IS 121 (47.66% from 255) = 26.36%
BLUE value IS 108 (42.58% from 255) = 23.53%
R=50.11%
G=26.36%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012110800.470.530.106.3970.9366.27
HexE6796C02F35A64742
Octal34617115405765126107102
Binary11100110111100111011000101111110101101011010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6796C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6796C; }

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

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

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

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

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

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

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

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