Html Css Color HEX #E6926C Copper

📋 copy color: '#E6926C'

red 230 ◦ green 146 ◦ blue 108

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

Shades of Copper #E6926C

Tints of Copper #E6926C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.17%

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

R = 47.52%
G = 30.17%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6926C (or 0xE6926C) is known color: Copper. HEX triplet: E6, 92 and 6C. RGB value is (230,146,108). Sum of RGB (Red+Green+Blue) = 230+146+108=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 230 - color contains mainly: red. Hex color #E6926C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6926C is #196D93. Grayscale: #A7A7A7. Windows color (decimal): -1666452 or 7115494. OLE color: 7115494.

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

Color convert

RGB 230 146 108 -
CMYK 0 0.37 0.53 0.10
HSL 18.69º 0.71% 0.66% -
HSV(B) 18.69º 0.53% 0.9% -
XYZ 45.62 38.46 19.21 -
YUV 166.78 94.83 173.09 -
System Red Green Blue C M Y K H S L
Decimal 230 146 108 0 0.37 0.53 0.10 18.69 0.71 0.66
Hex E6 92 6C 0 25 35 A 13 47 42
Octal 346 222 154 0 45 65 12 23 107 102
Binary 11100110 10010010 1101100 0 100101 110101 1010 10011 1000111 1000010

Color Harmonies of #E6926C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6926C

Black with #E6926C

Text Example


Text Example

White with #E6926C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6926C; }

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

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

background-color css

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

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

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

border-color css

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

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

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