Html Css Color HEX #E6766C Geraldine

📋 copy color: '#E6766C'

red 230 ◦ green 118 ◦ blue 108

#E6766C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geraldine #E6766C

Tints of Geraldine #E6766C

RGB

 RED value IS 230 (90.23% from 255) = 50.44%

 GREEN value IS 118 (46.48% from 255) = 25.88%

 BLUE value IS 108 (42.58% from 255) = 23.68%

R = 50.44%
G = 25.88%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6766C (or 0xE6766C) is known color: Geraldine. HEX triplet: E6, 76 and 6C. RGB value is (230,118,108). Sum of RGB (Red+Green+Blue) = 230+118+108=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E6766C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6766C is #198993. Grayscale: #969696. Windows color (decimal): -1673620 or 7108326. OLE color: 7108326.

HSL color Cylindrical-coordinate representation of color #E6766C: hue angle of 4.92º 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 #E6766C is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 118 108 -
CMYK 0 0.49 0.53 0.10
HSL 4.92º 0.71% 0.66% -
HSV(B) 4.92º 0.53% 0.9% -
XYZ 41.82 30.86 17.94 -
YUV 150.35 104.11 184.81 -
System Red Green Blue C M Y K H S L
Decimal 230 118 108 0 0.49 0.53 0.10 4.92 0.71 0.66
Hex E6 76 6C 0 31 35 A 5 47 42
Octal 346 166 154 0 61 65 12 5 107 102
Binary 11100110 1110110 1101100 0 110001 110101 1010 101 1000111 1000010

Color Harmonies of #E6766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6766C

Black with #E6766C

Text Example


Text Example

White with #E6766C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6766C; }

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

 H1.HeaderClassName
 {
   color: #E6766C;
 }
 .AnyTagClassName
 {
   color: #E6766C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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