#CA7F2C

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

Shades of Bronze #CA7F2C

Tints of Bronze #CA7F2C

Color information

#CA7F2C (or 0xCA7F2C) is unknown color: approx Bronze. HEX triplet: CA, 7F and 2C. RGB value is (202,127,44). Sum of RGB (Red+Green+Blue) = 202+127+44=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 44 (17.58% from 255 or 11.80% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7F2C is #3580D3. Grayscale: #8C8C8C. Windows color (decimal): -3506388 or 2916298. OLE color: 2916298.

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

Color convert

RGB20212744-
CMYK00.370.780.21
HSL31.52º64.23%48.24%-
HSV(B)31.52º78.22%79.22%-
XYZ32.427.926.06-
YUV139.9673.85172.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.16%
GREEN value IS 127 (50% from 255) = 34.05%
BLUE value IS 44 (17.58% from 255) = 11.80%
R=54.16%
G=34.05%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.78
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021274400.370.780.2131.5264.2348.24
HexCA7F2C0254E15204030
Octal31217754045116254010060
Binary11001010111111110110001001011001110101011000001000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7F2C; }

 p { color: rgb(202,127,44); }

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

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

 a { background-color: rgb(202,127,44); }

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

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

 span { border-color: rgb(202,127,44); }

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