#CC7A32

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

Shades of Bronze #CC7A32

Tints of Bronze #CC7A32

Color information

#CC7A32 (or 0xCC7A32) is unknown color: approx Bronze. HEX triplet: CC, 7A and 32. RGB value is (204,122,50). Sum of RGB (Red+Green+Blue) = 204+122+50=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC7A32 is #3385CD. Grayscale: #8A8A8A. Windows color (decimal): -3376590 or 3308236. OLE color: 3308236.

HSL color Cylindrical-coordinate representation of color #CC7A32: hue angle of 28.05º 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 #CC7A32 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB20412250-
CMYK00.400.750.2
HSL28.05º60.63%49.8%-
HSV(B)28.05º75.49%80%-
XYZ32.4426.996.52-
YUV138.3178.17174.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.26%
GREEN value IS 122 (48.05% from 255) = 32.45%
BLUE value IS 50 (19.92% from 255) = 13.30%
R=54.26%
G=32.45%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041225000.400.750.228.0560.6349.8
HexCC7A320284B141c3d32
Octal3141726205011324347562
Binary110011001111010110010010100010010111010011100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7A32; }

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

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

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

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

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

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

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

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