#C1BA44

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

Shades of Old Gold #C1BA44

Tints of Old Gold #C1BA44

Color information

#C1BA44 (or 0xC1BA44) is unknown color: approx Old Gold. HEX triplet: C1, BA and 44. RGB value is (193,186,68). Sum of RGB (Red+Green+Blue) = 193+186+68=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 68 (26.95% from 255 or 15.21% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BA44 is #3E45BB. Grayscale: #AFAFAF. Windows color (decimal): -4081084 or 4504257. OLE color: 4504257.

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

Color convert

RGB19318668-
CMYK00.040.650.24
HSL56.64º50.2%51.18%-
HSV(B)56.64º64.77%75.69%-
XYZ40.5946.8712.38-
YUV174.6467.82141.09-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.18%
GREEN value IS 186 (73.05% from 255) = 41.61%
BLUE value IS 68 (26.95% from 255) = 15.21%
R=43.18%
G=41.61%
B=15.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931866800.040.650.2456.6450.251.18
HexC1BA44044118393233
Octal3012721040410130716263
Binary110000011011101010001000100100000111000111001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BA44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BA44; }

 p { color: rgb(193,186,68); }

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

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

 a { background-color: rgb(193,186,68); }

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

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

 span { border-color: rgb(193,186,68); }

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