#C1B53F

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

Shades of Old Gold #C1B53F

Tints of Old Gold #C1B53F

Color information

#C1B53F (or 0xC1B53F) is unknown color: approx Old Gold. HEX triplet: C1, B5 and 3F. RGB value is (193,181,63). Sum of RGB (Red+Green+Blue) = 193+181+63=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 63 (25% from 255 or 14.42% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B53F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B53F is #3E4AC0. Grayscale: #ABABAB. Windows color (decimal): -4082369 or 4175297. OLE color: 4175297.

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

Color convert

RGB19318163-
CMYK00.060.670.24
HSL54.46º51.18%50.2%-
HSV(B)54.46º67.36%75.69%-
XYZ39.4144.7411.26-
YUV171.1466.98143.59-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.16%
GREEN value IS 181 (71.09% from 255) = 41.42%
BLUE value IS 63 (25% from 255) = 14.42%
R=44.16%
G=41.42%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931816300.060.670.2454.4651.1850.2
HexC1B53F064318363332
Octal301265770610330666362
Binary11000001101101011111110110100001111000110110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B53F; }

 p { color: rgb(193,181,63); }

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

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

 a { background-color: rgb(193,181,63); }

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

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

 span { border-color: rgb(193,181,63); }

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