#CC7E32

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

Shades of Bronze #CC7E32

Tints of Bronze #CC7E32

Color information

#CC7E32 (or 0xCC7E32) is unknown color: approx Bronze. HEX triplet: CC, 7E and 32. RGB value is (204,126,50). Sum of RGB (Red+Green+Blue) = 204+126+50=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7E32 is #3381CD. Grayscale: #8D8D8D. Windows color (decimal): -3375566 or 3309260. OLE color: 3309260.

HSL color Cylindrical-coordinate representation of color #CC7E32: hue angle of 29.61º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC7E32 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB20412650-
CMYK00.380.750.2
HSL29.61º60.63%49.8%-
HSV(B)29.61º75.49%80%-
XYZ32.9427.996.68-
YUV140.6676.84173.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 53.68%
GREEN value IS 126 (49.61% from 255) = 33.16%
BLUE value IS 50 (19.92% from 255) = 13.16%
R=53.68%
G=33.16%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041265000.380.750.229.6160.6349.8
HexCC7E320264B141e3d32
Octal3141766204611324367562
Binary110011001111110110010010011010010111010011110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7E32; }

 p { color: rgb(204,126,50); }

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

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

 a { background-color: rgb(204,126,50); }

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

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

 span { border-color: rgb(204,126,50); }

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