#CE802E

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

Shades of Bronze #CE802E

Tints of Bronze #CE802E

Color information

#CE802E (or 0xCE802E) is unknown color: approx Bronze. HEX triplet: CE, 80 and 2E. RGB value is (206,128,46). Sum of RGB (Red+Green+Blue) = 206+128+46=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 46 (18.36% from 255 or 12.11% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CE802E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE802E is #317FD1. Grayscale: #8E8E8E. Windows color (decimal): -3243986 or 3047630. OLE color: 3047630.

HSL color Cylindrical-coordinate representation of color #CE802E: hue angle of 30.75º degrees, saturation: 0.63, 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 #CE802E is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB20612846-
CMYK00.380.780.19
HSL30.75º63.49%49.41%-
HSV(B)30.75º77.67%80.78%-
XYZ33.6728.766.36-
YUV141.9773.84173.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 54.21%
GREEN value IS 128 (50.39% from 255) = 33.68%
BLUE value IS 46 (18.36% from 255) = 12.11%
R=54.21%
G=33.68%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061284600.380.780.1930.7563.4949.41
HexCE802E0264E131f3f31
Octal3162005604611623377761
Binary1100111010000000101110010011010011101001111111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE802E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE802E; }

 p { color: rgb(206,128,46); }

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

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

 a { background-color: rgb(206,128,46); }

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

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

 span { border-color: rgb(206,128,46); }

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