Shades of Geraldine #E6776C
Tints of Geraldine #E6776C
RGB
CMYK
RGB Variations
Color information
#E6776C (or 0xE6776C) is known color: Geraldine. HEX triplet: E6, 77 and 6C. RGB value is (230,119,108). Sum of RGB (Red+Green+Blue) = 230+119+108=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E6776C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6776C is #198893. Grayscale: #979797. Windows color (decimal): -1673364 or 7108582. OLE color: 7108582.
HSL color Cylindrical-coordinate representation of color #E6776C: hue angle of 5.41º 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 #E6776C is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 119 | 108 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.10 |
| HSL | 5.41º | 0.71% | 0.66% | - |
| HSV(B) | 5.41º | 0.53% | 0.9% | - |
| XYZ | 41.94 | 31.1 | 17.98 | - |
| YUV | 150.94 | 103.77 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 119 | 108 | 0 | 0.48 | 0.53 | 0.10 | 5.41 | 0.71 | 0.66 |
| Hex | E6 | 77 | 6C | 0 | 30 | 35 | A | 5 | 47 | 42 |
| Octal | 346 | 167 | 154 | 0 | 60 | 65 | 12 | 5 | 107 | 102 |
| Binary | 11100110 | 1110111 | 1101100 | 0 | 110000 | 110101 | 1010 | 101 | 1000111 | 1000010 |
Color Harmonies of #E6776C
Complementary color
Monochromatic Colors of #E6776C
Black with #E6776C
Text Example
Text Example
White with #E6776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6776C; }
p { color: rgb(230,119,108); }
H1.HeaderClassName
{
color: #E6776C;
}
.AnyTagClassName
{
color: #E6776C;
}
</style>
background-color css
<style>
a { background-color: #E6776C; }
a { background-color: rgb(230,119,108); }
div.DivClassName
{
background-color: #E6776C;
}
.BgClassName
{
background-color: #E6776C;
}
</style>
border-color css
<style>
span { border-color: #E6776C; }
span { border-color: rgb(230,119,108); }
td.TdClassName
{
border-color: #E6776C;
}
.TagClassName
{
border-color: #E6776C;
}
</style>