#C8762E

Color #C8762E Bronze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze #C8762E

Tints of Bronze #C8762E

Color information

#C8762E (or 0xC8762E) is unknown color: approx Bronze. HEX triplet: C8, 76 and 2E. RGB value is (200,118,46). Sum of RGB (Red+Green+Blue) = 200+118+46=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 46 (18.36% from 255 or 12.64% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C8762E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8762E is #3789D1. Grayscale: #868686. Windows color (decimal): -3639762 or 3045064. OLE color: 3045064.

HSL color Cylindrical-coordinate representation of color #C8762E: hue angle of 28.05º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8762E is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB20011846-
CMYK00.410.770.22
HSL28.05º62.6%48.24%-
HSV(B)28.05º77%78.43%-
XYZ30.7925.435.87-
YUV134.3178.17174.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.95%
GREEN value IS 118 (46.48% from 255) = 32.42%
BLUE value IS 46 (18.36% from 255) = 12.64%
R=54.95%
G=32.42%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001184600.410.770.2228.0562.648.24
HexC8762E0294D161c3f30
Octal3101665605111526347760
Binary110010001110110101110010100110011011011011100111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8762E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8762E; }

 p { color: rgb(200,118,46); }

 H1.HeaderClassName
 {
   color: #C8762E;
 }
 .AnyTagClassName
 {
   color: #C8762E;
 }
</style>
background-color css

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

 a { background-color: rgb(200,118,46); }

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

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

 span { border-color: rgb(200,118,46); }

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