Shades of Geraldine #E6796C
Tints of Geraldine #E6796C
RGB
CMYK
RGB Variations
Color information
#E6796C (or 0xE6796C) is known color: 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
| RGB | 230 | 121 | 108 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.10 |
| HSL | 6.39º | 0.71% | 0.66% | - |
| HSV(B) | 6.39º | 0.53% | 0.9% | - |
| XYZ | 42.18 | 31.58 | 18.06 | - |
| YUV | 152.11 | 103.11 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 121 | 108 | 0 | 0.47 | 0.53 | 0.10 | 6.39 | 0.71 | 0.66 |
| Hex | E6 | 79 | 6C | 0 | 2F | 35 | A | 6 | 47 | 42 |
| Octal | 346 | 171 | 154 | 0 | 57 | 65 | 12 | 6 | 107 | 102 |
| Binary | 11100110 | 1111001 | 1101100 | 0 | 101111 | 110101 | 1010 | 110 | 1000111 | 1000010 |
Color Harmonies of #E6796C
Complementary color
Monochromatic Colors of #E6796C
Black with #E6796C
Text Example
Text Example
White with #E6796C
Text Example
Text Example
HTML Codes & Css Web 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>