#CF8035

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

Shades of Bronze #CF8035

Tints of Bronze #CF8035

Color information

#CF8035 (or 0xCF8035) is unknown color: approx Bronze. HEX triplet: CF, 80 and 35. RGB value is (207,128,53). Sum of RGB (Red+Green+Blue) = 207+128+53=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 53 (21.09% from 255 or 13.66% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8035 is #307FCA. Grayscale: #8F8F8F. Windows color (decimal): -3178443 or 3506383. OLE color: 3506383.

HSL color Cylindrical-coordinate representation of color #CF8035: hue angle of 29.22º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF8035 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB20712853-
CMYK00.380.740.19
HSL29.22º61.6%50.98%-
HSV(B)29.22º74.4%81.18%-
XYZ34.0928.967.16-
YUV143.0777.17173.6-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.35%
GREEN value IS 128 (50.39% from 255) = 32.99%
BLUE value IS 53 (21.09% from 255) = 13.66%
R=53.35%
G=32.99%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071285300.380.740.1929.2261.650.98
HexCF80350264A131d3e33
Octal3172006504611223357663
Binary1100111110000000110101010011010010101001111101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8035; }

 p { color: rgb(207,128,53); }

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

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

 a { background-color: rgb(207,128,53); }

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

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

 span { border-color: rgb(207,128,53); }

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