#CE762D

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

Shades of Bronze #CE762D

Tints of Bronze #CE762D

Color information

#CE762D (or 0xCE762D) is unknown color: approx Bronze. HEX triplet: CE, 76 and 2D. RGB value is (206,118,45). Sum of RGB (Red+Green+Blue) = 206+118+45=369 (48% of max value = 765). Red value is 206 (80.86% from 255 or 55.83% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 45 (17.97% from 255 or 12.20% from 369); Max value from RGB is 206 - color contains mainly: red. Hex color #CE762D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE762D is #3189D2. Grayscale: #888888. Windows color (decimal): -3246547 or 2979534. OLE color: 2979534.

HSL color Cylindrical-coordinate representation of color #CE762D: hue angle of 27.2º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE762D is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB20611845-
CMYK00.430.780.19
HSL27.2º64.14%49.22%-
HSV(B)27.2º78.16%80.78%-
XYZ32.4126.275.84-
YUV135.9976.65177.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 55.83%
GREEN value IS 118 (46.48% from 255) = 31.98%
BLUE value IS 45 (17.97% from 255) = 12.20%
R=55.83%
G=31.98%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061184500.430.780.1927.264.1449.22
HexCE762D02B4E131b4031
Octal31616655053116233310061
Binary1100111011101101011010101011100111010011110111000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE762D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE762D; }

 p { color: rgb(206,118,45); }

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

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

 a { background-color: rgb(206,118,45); }

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

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

 span { border-color: rgb(206,118,45); }

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