#c97c2a

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

Shades of Bronze #C97C2A

Tints of Bronze #C97C2A

Color information

#C97C2A (or 0xC97C2A) is unknown color: approx Bronze. HEX triplet: C9, 7C and 2A. RGB value is (201,124,42). Sum of RGB (Red+Green+Blue) = 201+124+42=367 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.77% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 42 (16.80% from 255 or 11.44% from 367); Max value from RGB is 201 - color contains mainly: red. Hex color #C97C2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97C2A is #3683D5. Grayscale: #8A8A8A. Windows color (decimal): -3572694 or 2784457. OLE color: 2784457.

HSL color Cylindrical-coordinate representation of color #C97C2A: hue angle of 30.94º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C97C2A is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB20112442-
CMYK00.380.790.21
HSL30.94º65.43%47.65%-
HSV(B)30.94º79.1%78.82%-
XYZ31.71275.73-
YUV137.6874.01173.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 54.77%
GREEN value IS 124 (48.83% from 255) = 33.79%
BLUE value IS 42 (16.80% from 255) = 11.44%
R=54.77%
G=33.79%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011244200.380.790.2130.9465.4347.65
HexC97C2A0264F151f4130
Octal31117452046117253710160
Binary1100100111111001010100100110100111110101111111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c97c2a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c97c2a; }

 p { color: rgb(201,124,42); }

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

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

 a { background-color: rgb(201,124,42); }

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

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

 span { border-color: rgb(201,124,42); }

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