#C2B340

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

Shades of Old Gold #C2B340

Tints of Old Gold #C2B340

Color information

#C2B340 (or 0xC2B340) is unknown color: approx Old Gold. HEX triplet: C2, B3 and 40. RGB value is (194,179,64). Sum of RGB (Red+Green+Blue) = 194+179+64=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 64 (25.39% from 255 or 14.65% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B340 is #3D4CBF. Grayscale: #AAAAAA. Windows color (decimal): -4017344 or 4240322. OLE color: 4240322.

HSL color Cylindrical-coordinate representation of color #C2B340: hue angle of 53.08º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C2B340 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB19417964-
CMYK00.080.670.24
HSL53.08º51.59%50.59%-
HSV(B)53.08º67.01%76.08%-
XYZ39.2944.0811.29-
YUV170.3867.97144.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.39%
GREEN value IS 179 (70.31% from 255) = 40.96%
BLUE value IS 64 (25.39% from 255) = 14.65%
R=44.39%
G=40.96%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941796400.080.670.2453.0851.5950.59
HexC2B340084318353433
Octal30226310001010330656463
Binary1100001010110011100000001000100001111000110101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B340; }

 p { color: rgb(194,179,64); }

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

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

 a { background-color: rgb(194,179,64); }

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

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

 span { border-color: rgb(194,179,64); }

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