Html Css Color HEX #E68166 Copper

📋 copy color: '#E68166'

red 230 ◦ green 129 ◦ blue 102

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

Shades of Copper #E68166

Tints of Copper #E68166

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.98%

 BLUE value IS 102 (40.23% from 255) = 22.13%

R = 49.89%
G = 27.98%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#E68166 (or 0xE68166) is known color: Copper. HEX triplet: E6, 81 and 66. RGB value is (230,129,102). Sum of RGB (Red+Green+Blue) = 230+129+102=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E68166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68166 is #197E99. Grayscale: #9C9C9C. Windows color (decimal): -1670810 or 6717926. OLE color: 6717926.

HSL color Cylindrical-coordinate representation of color #E68166: hue angle of 12.66º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E68166 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 129 102 -
CMYK 0 0.44 0.56 0.10
HSL 12.66º 0.72% 0.65% -
HSV(B) 12.66º 0.56% 0.9% -
XYZ 42.88 33.48 16.77 -
YUV 156.12 97.46 180.7 -
System Red Green Blue C M Y K H S L
Decimal 230 129 102 0 0.44 0.56 0.10 12.66 0.72 0.65
Hex E6 81 66 0 2C 38 A D 48 41
Octal 346 201 146 0 54 70 12 15 110 101
Binary 11100110 10000001 1100110 0 101100 111000 1010 1101 1001000 1000001

Color Harmonies of #E68166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68166

Black with #E68166

Text Example


Text Example

White with #E68166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68166; }

 p { color: rgb(230,129,102); }

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

background-color css

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

 a { background-color: rgb(230,129,102); }

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

border-color css

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

 span { border-color: rgb(230,129,102); }

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