#C1BA45

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

Shades of Old Gold #C1BA45

Tints of Old Gold #C1BA45

Color information

#C1BA45 (or 0xC1BA45) is unknown color: approx Old Gold. HEX triplet: C1, BA and 45. RGB value is (193,186,69). Sum of RGB (Red+Green+Blue) = 193+186+69=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 69 (27.34% from 255 or 15.40% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1BA45 is #3E45BA. Grayscale: #AFAFAF. Windows color (decimal): -4081083 or 4569793. OLE color: 4569793.

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

Color convert

RGB19318669-
CMYK00.040.640.24
HSL56.61º50%51.37%-
HSV(B)56.61º64.25%75.69%-
XYZ40.6346.8812.54-
YUV174.7668.32141.01-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.08%
GREEN value IS 186 (73.05% from 255) = 41.52%
BLUE value IS 69 (27.34% from 255) = 15.40%
R=43.08%
G=41.52%
B=15.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931866900.040.640.2456.615051.37
HexC1BA45044018393233
Octal3012721050410030716263
Binary110000011011101010001010100100000011000111001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BA45; }

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

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

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

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

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

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

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

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