#C7B637

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

Shades of Old Gold #C7B637

Tints of Old Gold #C7B637

Color information

#C7B637 (or 0xC7B637) is unknown color: approx Old Gold. HEX triplet: C7, B6 and 37. RGB value is (199,182,55). Sum of RGB (Red+Green+Blue) = 199+182+55=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 55 (21.88% from 255 or 12.61% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B637 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B637 is #3849C8. Grayscale: #ADADAD. Windows color (decimal): -3688905 or 3651271. OLE color: 3651271.

HSL color Cylindrical-coordinate representation of color #C7B637: hue angle of 52.92º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C7B637 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB19918255-
CMYK00.090.720.22
HSL52.92º56.69%49.8%-
HSV(B)52.92º72.36%78.04%-
XYZ40.9745.8710.31-
YUV172.661.63146.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.64%
GREEN value IS 182 (71.48% from 255) = 41.74%
BLUE value IS 55 (21.88% from 255) = 12.61%
R=45.64%
G=41.74%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991825500.090.720.2252.9256.6949.8
HexC7B637094816353932
Octal3072666701111026657162
Binary110001111011011011011101001100100010110110101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B637; }

 p { color: rgb(199,182,55); }

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

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

 a { background-color: rgb(199,182,55); }

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

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

 span { border-color: rgb(199,182,55); }

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