#CF7A2C

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

Shades of Bronze #CF7A2C

Tints of Bronze #CF7A2C

Color information

#CF7A2C (or 0xCF7A2C) is unknown color: approx Bronze. HEX triplet: CF, 7A and 2C. RGB value is (207,122,44). Sum of RGB (Red+Green+Blue) = 207+122+44=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 44 (17.58% from 255 or 11.80% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7A2C is #3085D3. Grayscale: #8A8A8A. Windows color (decimal): -3179988 or 2915023. OLE color: 2915023.

HSL color Cylindrical-coordinate representation of color #CF7A2C: hue angle of 28.71º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF7A2C is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB20712244-
CMYK00.410.790.19
HSL28.71º64.94%49.22%-
HSV(B)28.71º78.74%81.18%-
XYZ33.1527.375.92-
YUV138.5274.66176.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.50%
GREEN value IS 122 (48.05% from 255) = 32.71%
BLUE value IS 44 (17.58% from 255) = 11.80%
R=55.50%
G=32.71%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.79
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071224400.410.790.1928.7164.9449.22
HexCF7A2C0294F131d4131
Octal31717254051117233510161
Binary1100111111110101011000101001100111110011111011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7A2C; }

 p { color: rgb(207,122,44); }

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

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

 a { background-color: rgb(207,122,44); }

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

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

 span { border-color: rgb(207,122,44); }

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