#C3B440

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

Shades of Old Gold #C3B440

Tints of Old Gold #C3B440

Color information

#C3B440 (or 0xC3B440) is unknown color: approx Old Gold. HEX triplet: C3, B4 and 40. RGB value is (195,180,64). Sum of RGB (Red+Green+Blue) = 195+180+64=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 64 (25.39% from 255 or 14.58% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B440 is #3C4BBF. Grayscale: #ABABAB. Windows color (decimal): -3951552 or 4240579. OLE color: 4240579.

HSL color Cylindrical-coordinate representation of color #C3B440: hue angle of 53.13º 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 #C3B440 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB19518064-
CMYK00.080.670.24
HSL53.13º52.19%50.78%-
HSV(B)53.13º67.18%76.47%-
XYZ39.7544.6111.37-
YUV171.2667.47144.93-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.42%
GREEN value IS 180 (70.70% from 255) = 41.00%
BLUE value IS 64 (25.39% from 255) = 14.58%
R=44.42%
G=41.00%
B=14.58%

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
Decimal1951806400.080.670.2453.1352.1950.78
HexC3B440084318353433
Octal30326410001010330656463
Binary1100001110110100100000001000100001111000110101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B440; }

 p { color: rgb(195,180,64); }

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

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

 a { background-color: rgb(195,180,64); }

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

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

 span { border-color: rgb(195,180,64); }

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